The following error while running katalon-studio-github-action as per its Example usage (please see below):
Set up job2s
Build katalon-studio/katalon-studio-github-action@1.41m 48s
Checkout1s
Run /./0s
##[error]Can't find 'action.yml', 'action.yaml' or 'Dockerfile' under '/home/runner/work/test/test'. Did you forget to run actions/checkout before running your local action?
##[error]Can't find 'action.yml', 'action.yaml' or 'Dockerfile' under '/home/runner/work/test/test'. Did you forget to run actions/checkout before running your local action?
Get and run action0s
Complete job
Example usage:
on: [push]
jobs:
katalon_test_job:
runs-on: ubuntu-latest
name: Run katalon Studio Test CLI
steps:
# To use this repository's private action, you must check out the repository
- name: Checkout
uses: actions/checkout@v1
- uses: ./ # Uses an action in the root directory
- name: Get and run action
uses: katalon-studio/katalon-studio-github-action@1.4
with:
katalon_api_key: ${{ secrets.KATALON_API_KEY }}
Katalon_command: "-browserType=Chrome -retry=0 -statusDelay=15 -testSuitePath=Test Suites/TS_RegressionTest"
The following error while running katalon-studio-github-action as per its Example usage (please see below):
Set up job2s
Build katalon-studio/katalon-studio-github-action@1.41m 48s
Checkout1s
Run /./0s
##[error]Can't find 'action.yml', 'action.yaml' or 'Dockerfile' under '/home/runner/work/test/test'. Did you forget to run actions/checkout before running your local action?
##[error]Can't find 'action.yml', 'action.yaml' or 'Dockerfile' under '/home/runner/work/test/test'. Did you forget to run actions/checkout before running your local action?
Get and run action0s
Complete job
Example usage:
on: [push]
jobs:
katalon_test_job:
runs-on: ubuntu-latest
name: Run katalon Studio Test CLI
steps:
# To use this repository's private action, you must check out the repository
- name: Checkout
uses: actions/checkout@v1
- uses: ./ # Uses an action in the root directory
- name: Get and run action
uses: katalon-studio/katalon-studio-github-action@1.4
with:
katalon_api_key: ${{ secrets.KATALON_API_KEY }}
Katalon_command: "-browserType=Chrome -retry=0 -statusDelay=15 -testSuitePath=Test Suites/TS_RegressionTest"