Skip to content

Commit

Permalink
Fix order
Browse files Browse the repository at this point in the history
  • Loading branch information
sanders41 committed Aug 7, 2023
1 parent 23c1754 commit 8838e24
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,14 +132,14 @@ jobs:
uses: docker/setup-buildx-action@v2
- name: Download backend
uses: actions/download-artifact@v3
- name: Load image
run: |
docker load --input /tmp/backend.tar
docker image ls -a
with:
name: backend
path: /tmp
retention-days: 1
- name: Load image
run: |
docker load --input /tmp/backend.tar
docker image ls -a
- name: Install just
uses: taiki-e/install-action@just
- name: Setup node
Expand Down

0 comments on commit 8838e24

Please sign in to comment.