Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: Loic Devulder <[email protected]>
  • Loading branch information
ldevulder committed Feb 1, 2024
1 parent 5be9584 commit 7b64040
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/master_e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ on:
qase_api_token:

jobs:
debug:
runs-on: ubuntu-latest
steps:
- name: Check test_type value
run: echo "test_type: ${{ inputs.test_type }}"

cli:
if: ${{ inputs.test_type == 'cli' }}
uses: ./.github/workflows/master_cli.yaml
Expand Down

0 comments on commit 7b64040

Please sign in to comment.