Skip to content

Commit

Permalink
fix: spec path
Browse files Browse the repository at this point in the history
  • Loading branch information
ksted authored Jun 3, 2024
1 parent 582307d commit 812b33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/paypal-card-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
install: false
start: yarn start
project: "./apps/web"
spec: "__tests__/test/smoke/paypalCreditCard.cy.ts"
spec: "./apps/web/__tests__/test/smoke/paypalCreditCard.cy.ts"
env:
PAYPAL_EMAIL: ${{ secrets.PAYPAL_EMAIL }}
PAYPAL_PASSWORD: ${{ secrets.PAYPAL_PASSWORD }}
Expand Down

0 comments on commit 812b33b

Please sign in to comment.