Skip to content

Update azure-pipelines.yml #74

Update azure-pipelines.yml

Update azure-pipelines.yml #74

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Katalon Studio Github Action
uses: katalon-studio/[email protected]
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'