Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
thongnmtran committed Apr 15, 2022
1 parent b97cc2e commit 253fbc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ steps:
args: ['pull', 'katalonstudio/katalon']
- name: 'ubuntu'
args: ['env']
secretEnv: ['_KATALON_API_KEY']
- name: 'ubuntu'
entrypoint: 'bash'
args: ['-c', 'env']
secretEnv: ['_KATALON_API_KEY']
- name: 'docker'
args: ['run', '-t', '--rm', 'katalonstudio/katalon', 'katalonc.sh', '-projectPath=/workspace', '-browserType="Chrome"', '-retry=0', '-retryStrategy=immediately', '-testSuiteCollectionPath="Test Suites/Simple Test Suite Collection"', '--config', '-webui.autoUpdateDrivers=true', '-apiKey=${_KATALON_API_KEY}']
secretEnv: ['_KATALON_API_KEY']
Expand Down

0 comments on commit 253fbc4

Please sign in to comment.