diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 94f8ee9..8005608 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -1,18 +1,19 @@ name: CI on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] + jobs: build: runs-on: windows-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Katalon Studio Github Action - uses: katalon-studio/katalon-studio-github-action@v2.1 + uses: katalon-studio/katalon-studio-github-action@v2 with: version: '7.5.5' projectPath: '${{ github.workspace }}' - args: '-noSplash -retry=0 -browserType=Chrome -statusDelay=15 -testSuitePath="Test Suites/TS_RegressionTest" -apiKey= ${{ secrets.KATALON_API_KEY }} --config -webui.autoUpdateDrivers=true' + args: '-noSplash -retry=0 -browserType=Chrome -statusDelay=15 -testSuitePath="Test Suites/TestSuiteDemo" -apiKey= ${{ secrets.KATALON_API_KEY}} --config -webui.autoUpdateDrivers=true' \ No newline at end of file