Skip to content

Commit

Permalink
temp revert of error to see if gha will detect a failed test
Browse files Browse the repository at this point in the history
  • Loading branch information
jtwhite79 committed Apr 30, 2024
1 parent 0fa73ce commit 3c85f39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,13 +174,13 @@ jobs:
echo "$HOME/.local/bin" >> $GITHUB_PATH
- name: run test script ${{ env.test_script }} in ${{ env.test_dir }}
shell: bash -l {0}
shell: bash
run: |
ls -l
cd ${{ env.test_dir }}
nosetests --nocapture -v ${{ env.test_script }}
cd
cd ..


Expand Down

0 comments on commit 3c85f39

Please sign in to comment.