Skip to content

Commit

Permalink
🚧 Change docker image name in gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yessica-rd committed Sep 28, 2023
1 parent 1d63f78 commit bfee122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-run-pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
- name: Run pytests
run: docker run --rm -v $PWD:/home/sage/tii-claasp claasp-lib make remote-pytest
run: docker run --rm -v $PWD:/home/sage/tii-claasp docker.io/library/claasp-lib:latest make remote-pytest

0 comments on commit bfee122

Please sign in to comment.