Skip to content

Commit

Permalink
feat: add support for testing without booking
Browse files Browse the repository at this point in the history
  • Loading branch information
SudharakaP committed Feb 10, 2024
1 parent e4bcf00 commit 96fc397
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/booking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

# Runs Puppeteer
- name: Run Puppeteer
run: export PERSON="${{ matrix.person }}" && node add-to-cart.mjs
run: export PERSON="${{ matrix.person }}" ENV_NAME="${{ github.event.client_payload.environment || 'test' }}" && node add-to-cart.mjs

# Archive Debug Logs
- name: Archive Debug Logs
Expand Down
Binary file modified helpers/bookSlot.mjs
Binary file not shown.

0 comments on commit 96fc397

Please sign in to comment.