Skip to content

Commit

Permalink
Fix file name
Browse files Browse the repository at this point in the history
  • Loading branch information
sanders41 committed Aug 7, 2023
1 parent b04c2a4 commit 48ec48f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ 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: Setup node
Expand All @@ -177,8 +179,6 @@ jobs:
run: just install-frontend
- name: Playwright install
run: just playwright-install
- name: Start Containers
run: just compose-up-ci
- name: Frontend Tests
run: |
just frontend-test-ci
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
docker compose up --build

@compose-up-ci:
docker compose -f docker-compose-testing up -d
docker compose -f docker-compose-testing.yml up -d

@compose-up-detached:
docker compose up -d --build
Expand Down

0 comments on commit 48ec48f

Please sign in to comment.