Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Siegrift committed Oct 2, 2023
1 parent 517c63d commit 21db9f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ jobs:
pnpm run start:pusher &
sleep 5
- name: Run E2E Tests
run: pnpm run test:e2e
run: |
cd packages/e2e
pnpm run test:e2e
required-checks-passed:
name: All required checks passed
Expand Down
1 change: 0 additions & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"start:pusher": "docker run -it --init --volume $(pwd)/src/pusher:/app/config --env-file ./src/pusher/.env --rm --memory=256m pusher:latest",
"start:signed-api": "docker run --publish 8090:8090 -it --init --volume $(pwd)/src/signed-api:/app/config --env-file ./src/signed-api/.env --rm --memory=256m api:latest",
"start:user": "ts-node src/user.ts",
"test": "jest --passWithNoTests",
"test:e2e": "jest",
"tsc": "tsc --project ."
},
Expand Down

0 comments on commit 21db9f6

Please sign in to comment.