Skip to content

Commit

Permalink
Fix compose not running
Browse files Browse the repository at this point in the history
  • Loading branch information
Piterson25 committed Mar 4, 2024
1 parent c073687 commit 6e6e363
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,13 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/checkout@v3
with:
ref: ${{ github.ref }}

- uses: isbang/[email protected]
with:
compose-file: "compose.yml"

- name: Run Cypress Tests
run: cd frontend; npm i && npm run dev && npm run cy:run
run: cd frontend; npm i && npm run cy:run

0 comments on commit 6e6e363

Please sign in to comment.