Skip to content

Update kre.yml

Update kre.yml #121

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/[email protected]
- name: Katalon Studio Github Action
uses: katalon-studio/[email protected]
with:
version: '9.6.0'
projectPath: '${{ github.workspace }}'
args: '-noSplash -retry=0 -testSuitePath="Test Suites/New Test Suite" -apiKey= ${{ secrets.SECRET_KEY }} -browserType=Chrome'