Skip to content

Commit

Permalink
refactoring .yml
Browse files Browse the repository at this point in the history
  • Loading branch information
koshkar committed Oct 5, 2023
1 parent 76ef167 commit f222415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cs-102.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
fi
- name: Run unittests
run: |
python3 -m unittest ${{ github.head_ref }}/tests/lab1/test_calculator.py
python3 -m unittest ${{ github.head_ref }}/../tests/lab1/test_calculator.py

0 comments on commit f222415

Please sign in to comment.