Skip to content

Commit

Permalink
Update test_trigger.yaml
Browse files Browse the repository at this point in the history
verify path and version
  • Loading branch information
james-garriss authored Jan 22, 2024
1 parent 87c9840 commit 9085c3a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test_trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
trigger-test:
runs-on: ubuntu-latest
steps:
- name: Call print
run: python3 test.py
- run: |
pwd
python3 --version
python3 test.py

0 comments on commit 9085c3a

Please sign in to comment.