Skip to content

Commit

Permalink
quick fail basic tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jtwhite79 committed Apr 30, 2024
1 parent 25f498e commit cc0d3d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,9 @@ jobs:
echo "$HOME/.local/bin" >> $GITHUB_PATH
- name: run test script ${{ env.test_script }} in ${{ env.test_dir }}
run: |
shell: bash -l {0}
run: |
ls -l
cd ${{ env.test_dir }}
nosetests -v ${{ env.test_script }}
Expand Down

0 comments on commit cc0d3d0

Please sign in to comment.