Skip to content

Commit

Permalink
ci: set SHARED_VOLUME_PATH for tests to work
Browse files Browse the repository at this point in the history
* Reverting this change as it was fixing
  reanahub/reana-commons#217.
  • Loading branch information
Diego Rodriguez committed Oct 30, 2020
1 parent 16e6594 commit 4701718
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 @@ -121,7 +121,9 @@ jobs:
run: ./run-tests.sh --check-openapi-spec

- name: Run pytest
run: ./run-tests.sh --check-pytest
run: |
mkdir /tmp/reana
SHARED_VOLUME_PATH=/tmp/reana ./run-tests.sh --check-pytest
- name: Codecov Coverage
if: matrix.python-version == 3.8
Expand Down

0 comments on commit 4701718

Please sign in to comment.