diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3bf3864..7f6f7d30 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 ..