From 66404bbdf6c1031f03a24aa451698445da673dec Mon Sep 17 00:00:00 2001 From: yessica-rd Date: Thu, 28 Sep 2023 15:10:14 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20Update=20gh=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-and-run-pytest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-run-pytest.yaml b/.github/workflows/build-and-run-pytest.yaml index 3ab0dbca..eb43fae1 100644 --- a/.github/workflows/build-and-run-pytest.yaml +++ b/.github/workflows/build-and-run-pytest.yaml @@ -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