Skip to content

Commit

Permalink
Update kre.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
duyluonganh authored Oct 16, 2024
1 parent d154431 commit 54da42a
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/kre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ on:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Katalon Run 1
run: 'docker run -t --rm -v "$(pwd)":/tmp/project katalonstudio/katalon:9.6.0 cat /etc/os-release'
uses: actions/[email protected]
- name: Katalon Studio Github Action
uses: katalon-studio/katalon-studio-github-action@v2
with:
version: '9.7.2'
projectPath: '${{ github.workspace }}'
args: '-noSplash -retry=0 -testSuiteCollectionPath="Test Suites/New Test Suite" -apiKey= ${{ secrets.API_KEY }} --config -webui.autoUpdateDrivers=true'

0 comments on commit 54da42a

Please sign in to comment.