Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Oct 12, 2023
1 parent 08db91e commit 94a0c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/src.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Run program
run: |
source venv/bin/activate
echo 'on-the-metal test is very testy test test' /tmp/data.txt
echo 'on-the-metal test is very testy test test' /tmp/ghaction.txt
commandname --word 'test' /tmp ./outgoing
if ! [ -e 'outgoing/ghaction.count.txt' ]; then
Expand Down

0 comments on commit 94a0c07

Please sign in to comment.