Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Commit

Permalink
Fix wrong tests folder in Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreso authored and markusdregi committed Jan 11, 2021
1 parent a097b3e commit aa0dc3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-bdist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,15 @@ jobs:
ln -s {..,$PWD}/lib
ln -s {..,$PWD}/test-data
ln -s {..,$PWD}/share
cp -R {..,$PWD}/python/tests
cp -R {..,$PWD}/tests
# Env vars
export ECL_SKIP_SIGNAL=1
export ERT_SHOW_BACKTRACE=1
# Run tests
python -m pip install -r ../test_requirements.txt
python -m pytest python/tests
python -m pytest tests
publish:
Expand Down

0 comments on commit aa0dc3c

Please sign in to comment.