Skip to content

Commit

Permalink
🚧 Add QEMU action to gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yessica-rd committed Sep 29, 2023
1 parent 4524818 commit 48e690a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build-and-run-pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
with:
persist-credentials: false
fetch-depth: 0

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand All @@ -39,7 +42,7 @@ 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 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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-and-submit-documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Generate and submit documentation
on:
push:
branches:
- test/self-hosted-runner
# - test/self-hosted-runner
pull_request:
types: [ closed ]
branches:
Expand Down

0 comments on commit 48e690a

Please sign in to comment.