Skip to content

Commit

Permalink
Update kre.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
duyluonganh authored Nov 15, 2023
1 parent 9bbbdb2 commit 678c521
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/kre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,17 @@ on:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Configure Xvfb on runner VM (required for KRE execution on Linux)
#if: runner.os == 'Linux'
run: |
sudo apt-get install -y xvfb libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xinput0 libxcb-xfixes0
sudo /usr/bin/Xvfb :0 -screen 0 1280x1024x24 &
#run: xvfb-run -a -n 0 -s "-screen 0 1024x768x24" &
- run: |
sudo apt-get update
sudo apt-get install openjdk-8-jre
- name: Checkout
uses: actions/checkout@v2
- name: Katalon Studio Github Action
Expand Down

0 comments on commit 678c521

Please sign in to comment.