Skip to content

Commit

Permalink
fix(ci): test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-h1 committed Aug 4, 2024
1 parent bf83c0e commit 226da24
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@ runs:

- name: e2e
run: |
pnpm dev &
sleep 2 &&
curl http://localhost:8000 &&
make e2e-local-ci
pnpm dev & wait-on http://localhost:8000 && e2e-local-ci
shell: bash

- name: stop test DB
Expand Down

0 comments on commit 226da24

Please sign in to comment.