Skip to content

Commit

Permalink
fix e2e ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam McKee committed Dec 21, 2024
1 parent fe6a534 commit cfa5450
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,6 @@ jobs:
# PGPASSWORD=eighty4 psql -h localhost -U eighty4 -f v001-init-schema.sql eighty4
# working-directory: sql
- run: pnpm i
- name: typecheck frontend
run: pnpm exec tsc --build
working-directory: frontend
- name: typecheck offline
run: pnpm exec tsc --noEmit
working-directory: offline
- name: playwright
env:
CI: true
Expand Down
1 change: 0 additions & 1 deletion e2e/start_app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ pushd ../frontend
popd

pushd ../offline
pnpm build
pnpm start &
offline_pid=$!
popd
Expand Down

0 comments on commit cfa5450

Please sign in to comment.