Skip to content

Commit

Permalink
🚧 Update gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yessica-rd committed Sep 28, 2023
1 parent b7cf507 commit 66404bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-run-pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
tags: claasp-lib:latest
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache,mode=max
run: |
docker run --rm -v $PWD:/home/sage/tii-claasp claasp-lib:latest make remote-pytest
- name: Run pytests
run: docker run --rm -v $PWD:/home/sage/tii-claasp claasp-lib:latest make remote-pytest

0 comments on commit 66404bb

Please sign in to comment.