Skip to content

Commit

Permalink
xxsskkkkll
Browse files Browse the repository at this point in the history
  • Loading branch information
kjirou committed Jul 23, 2022
1 parent 7342b5c commit a6e1cb8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ jobs:
- uses: docker/setup-qemu-action@v2
- uses: docker/setup-buildx-action@v2
-
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: docker-image-sgrb
path: /tmp
- run: ls -lAF /tmp
- run: docker load < /tmp/docker-image-sgrb.tar
- run: docker image ls

0 comments on commit a6e1cb8

Please sign in to comment.