From d3d3a71fdda0a9e2d9c76bf174651fa65c6d5739 Mon Sep 17 00:00:00 2001 From: Duy Luong Date: Wed, 15 Nov 2023 16:02:22 +0100 Subject: [PATCH] Update kre.yml --- .github/workflows/kre.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/kre.yml b/.github/workflows/kre.yml index aae97a1..3f1e1bd 100644 --- a/.github/workflows/kre.yml +++ b/.github/workflows/kre.yml @@ -10,15 +10,10 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - - 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" & - name: Katalon Studio Github Action uses: katalon-studio/katalon-studio-github-action@v2.1 with: version: '7.8.1' projectPath: '${{ github.workspace }}' args: '-noSplash -retry=0 -browserType=Chrome -statusDelay=20 -testSuitePath="Test Suites/New Test Suite" -apiKey=${{ secrets.SECRET_KEY }} --config -webui.autoUpdateDrivers=true' + xvfbConfiguration: '-a -n 0 -s "-screen 0 1024x768x24"'