Skip to content

Commit

Permalink
only ivb tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
gonuke committed Apr 11, 2024
1 parent a12426b commit d03e1ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
sed -e "s/@SERVER@/${rlmSERVER}/" -e "s/@PASSWORD@/${rlmPASSWD}/" /opt/Coreform-Cubit-2023.11/bin/licenses/rlmcloud.in > /opt/Coreform-Cubit-2023.11/bin/licenses/rlmcloud.lic
export PYTHONPATH=${PYTHONPATH}:`pwd`
cd tests
pytest -v .
pytest -v test_invessel_build.py
Expand Down

0 comments on commit d03e1ab

Please sign in to comment.