Skip to content

Commit

Permalink
Modify location of branch checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
connoramoreno committed Apr 25, 2024
1 parent 957d711 commit 6002e02
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 @@ -37,6 +37,7 @@ jobs:
push: true
target: parastell-deps
tags: ghcr.io/svalinn/parastell-ci
run: git checkout gh-action

test-dependency-img:
needs: build-dependency-img
Expand All @@ -53,7 +54,6 @@ jobs:
. /opt/etc/bashrc
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`
git checkout gh-action
cd tests
pytest -v .
env:
Expand Down

0 comments on commit 6002e02

Please sign in to comment.