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 48ec48f commit dc70fe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,10 @@ jobs:
run: docker load --input /tmp/frontend.tar
- name: List images
run: docker image ls -a
- name: Start Containers
run: just compose-up-ci
- name: Install just
uses: taiki-e/install-action@just
- name: Start Containers
run: just compose-up-ci
- name: Setup node
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit dc70fe7

Please sign in to comment.