Skip to content

Commit

Permalink
fix(yaml): fix git ations
Browse files Browse the repository at this point in the history
  • Loading branch information
dantol29 committed May 21, 2024
1 parent 3cf8cf0 commit 2270711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
if: always()
working-directory: tests # Set working directory to 'tests'
run: |
./error_codes_test.sh
./error_codes.sh
exit_code=$?
if [ $exit_code -ne 0 ]; then
echo "❌ Tests failed. Exiting with status code $exit_code."
Expand Down

0 comments on commit 2270711

Please sign in to comment.