Skip to content

Commit

Permalink
Make sure tests run after setup
Browse files Browse the repository at this point in the history
  • Loading branch information
elvijsTDL committed Jul 10, 2024
1 parent 559349c commit de73d0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
test:
if: github.event_name == 'deployment_status' && github.event.deployment_status.state == 'success' && github.event.deployment_status.environment == 'Preview – widget-builder' || github.event_name == 'workflow_dispatch '
timeout-minutes: 60
needs: test-setup
defaults:
run:
working-directory: tests
Expand Down
1 change: 1 addition & 0 deletions apps/widget-builder/src/hooks/useDemoMode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ const demoPaymentDetails: WidgetProps["paymentDetails"] = {
} as const,
],
};
//

const defaultPaymentDetails: WidgetProps["paymentDetails"] = {
paymentOptions: [
Expand Down

0 comments on commit de73d0e

Please sign in to comment.