Skip to content

Commit

Permalink
chore: modify spec regex
Browse files Browse the repository at this point in the history
  • Loading branch information
abocsan-plenty committed Jun 10, 2024
1 parent 654d3ae commit d007737
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/paypal-card-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
start: yarn start
wait-on: "http://localhost:3000"
project: "./apps/web"
spec: "./apps/web/__tests__/test/quarantine/**.ts"
spec: "./apps/web/__tests__/test/quarantine/*.cy.{js,jsx,ts,tsx}"
env:
PAYPAL_EMAIL: ${{ secrets.PAYPAL_EMAIL }}
PAYPAL_PASSWORD: ${{ secrets.PAYPAL_PASSWORD }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ jobs:
wait-on: "http://localhost:3000"
project: "./apps/web"
spec: |
apps/web/__tests__/test/feature/**.ts
apps/web/__tests__/test/feature/*.cy.{js,jsx,ts,tsx}
apps/web/__tests__/test/smoke/*.cy.{js,jsx,ts,tsx}
env:
PAYPAL_EMAIL: ${{ secrets.PAYPAL_EMAIL }}
PAYPAL_PASSWORD: ${{ secrets.PAYPAL_PASSWORD }}
Expand Down

0 comments on commit d007737

Please sign in to comment.