Skip to content

Commit

Permalink
chore:PusherKey
Browse files Browse the repository at this point in the history
  • Loading branch information
justfizah authored Jan 8, 2025
1 parent 103a137 commit 106b656
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,15 @@ jobs:
https://api.kwekmarket.com/v1/kwekql || exit 1
- name: Build the application
run: yarn build # Ensure your app has a build step
run: yarn build
env:
NEXT_PUBLIC_PUSHER_KEY: ${{ secrets.NEXT_PUBLIC_PUSHER_KEY }}

- name: Start the application
run: yarn start &
env:
PORT: 3100
NEXT_PUBLIC_PUSHER_KEY: ${{ secrets.NEXT_PUBLIC_PUSHER_KEY }}

- name: Wait for the application to be ready
run: npx wait-on http://localhost:3100
Expand Down

0 comments on commit 106b656

Please sign in to comment.