Skip to content

Commit

Permalink
Update backend-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sakan811 authored Oct 15, 2024
1 parent bba24ea commit 9bf72e2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/backend-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,13 @@ jobs:
working-directory: ./backend
env:
USER_AGENT: ${{ secrets.USER_AGENT }}
X_BOOKING_CONTEXT_ACTION_NAME: ${{ secrets.X_BOOKING_CONTEXT_ACTION_NAME }}
X_BOOKING_CONTEXT_AID: ${{ secrets.X_BOOKING_CONTEXT_AID }}
X_BOOKING_CSRF_TOKEN: ${{ secrets.X_BOOKING_CSRF_TOKEN }}
X_BOOKING_ET_SERIALIZED_STATE: ${{ secrets.X_BOOKING_ET_SERIALIZED_STATE }}
X_BOOKING_PAGEVIEW_ID: ${{ secrets.X_BOOKING_PAGEVIEW_ID }}
X_BOOKING_SITE_TYPE_ID: ${{ secrets.X_BOOKING_SITE_TYPE_ID }}
X_BOOKING_TOPIC: ${{ secrets.X_BOOKING_TOPIC }}
run: |
pytest

0 comments on commit 9bf72e2

Please sign in to comment.