diff --git a/.github/workflows/build-and-run-pytest.yaml b/.github/workflows/build-and-run-pytest.yaml index d5c4097f..71b4019a 100644 --- a/.github/workflows/build-and-run-pytest.yaml +++ b/.github/workflows/build-and-run-pytest.yaml @@ -25,6 +25,7 @@ jobs: key: ${{ runner.os }}-buildx-${{ github.sha }} restore-keys: | ${{ runner.os }}-buildx- + condition: always - name: Build uses: docker/build-push-action@v4 @@ -39,7 +40,8 @@ jobs: cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max - name: Run pytests - run: docker run --rm -v $PWD:/home/sage/tii-claasp --pull claasp-lib make remote-pytest + # run: docker run --rm -v $PWD:/home/sage/tii-claasp --pull claasp-lib make remote-pytest + run: docker run --rm -v $PWD:/home/sage/tii-claasp claasp-lib:claasp-lib make remote-pytest # - name: Move cache # if: ${{ always() }}