Update kre.yml #118
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
jobs: | |
build: | |
runs-on: macos-latest | |
steps: | |
- name: Checkout | |
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 -testSuitePath="Test Suites/New Test Suite" -apiKey= ${{ secrets.SECRET_KEY }} --config -webui.autoUpdateDrivers=true' |