Skip to content

Commit

Permalink
Update pennai_tests.yml
Browse files Browse the repository at this point in the history
path typo
  • Loading branch information
hjwilli authored Feb 19, 2021
1 parent 257dce1 commit b2c1627
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pennai_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Run Unit Tests
run: |
git lfs fetch --all
docker-compose -f .\docker-compose-unit-test.yml up --abort-on-container-exit -V
docker-compose -f ./docker-compose-unit-test.yml up --abort-on-container-exit -V
- name: Coveralls
uses: AndreMiras/coveralls-python-action@develop
with:
Expand Down Expand Up @@ -101,6 +101,7 @@ jobs:
parallel-finished: true

deploy_pypkg:
if: ${{ github.event_name == 'release' && github.event.action == 'published' }}
name: Deploy python package
needs: build_pypkg
# The type of runner that the job will run on
Expand Down

0 comments on commit b2c1627

Please sign in to comment.