Skip to content

Commit

Permalink
ci: Move "if" statement to make grep results more relevant
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Apr 27, 2021
1 parent 1652651 commit da9de41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
- run: pip install .[test]
# The unit tests are run with ipython, as the code requires an iPython instance, like in a notebook.
- run: ipython -m pytest -- --cov ocdskingfishercolab
if: always()
env:
TEST_DATABASE_URL: postgresql://postgres:postgres@localhost:${{ job.services.postgres.ports[5432] }}/postgres
if: always()
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: coveralls --service=github

0 comments on commit da9de41

Please sign in to comment.