Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Siegrift committed Nov 27, 2023
1 parent 0c54917 commit 7c536a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Build Docker images
run: pnpm run docker:build
- name: Copy pusher secrets
run: cp pusher/secrets.example.env pusher/secrets.env
run: cd packages/e2e && cp pusher/secrets.example.env pusher/secrets.env
- name: Start services
# Start the e2e services in the background and wait a small amount of time for them to start.
run: |
Expand Down

0 comments on commit 7c536a8

Please sign in to comment.