Skip to content

Commit

Permalink
wip github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
montymi authored Mar 7, 2024
1 parent dfea667 commit 3c33bc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- name: Run Python script
id: test_result
run: |
cd src
python test_main.py || echo "Test failed"
- name: Determine test result
Expand Down

0 comments on commit 3c33bc4

Please sign in to comment.