Skip to content

Commit

Permalink
Attempt a different percy configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
analoo committed Jan 10, 2025
1 parent f4a3649 commit 4229c22
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/run-percy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@ jobs:
run: chmod +x gradlew
- name: Run multiple journey tests and send to Percy
run: |
npx percy exec -- ./gradlew test --tests \
org.ilgcc.app.journeys.GccFlowJourneyTest.fullGccFlow \
org.ilgcc.app.journeys.ProviderresponseFlowJourneyTest.ProviderresponseJourneyTest_validLink \
org.ilgcc.app.journeys.ProviderresponseProviderRegistrationJourneyTest.LicenseExemptInProviderHomeFlow
npx percy exec -- ./gradlew test --tests org.ilgcc.app.journeys.GccFlowJourneyTest.fullGccFlow
npx percy exec -- ./gradlew test --tests org.ilgcc.app.journeys.ProviderresponseFlowJourneyTest.ProviderresponseJourneyTest_validLink
npx percy exec -- ./gradlew test --tests org.ilgcc.app.journeys.ProviderresponseProviderRegistrationJourneyTest.LicenseExemptInProviderHomeFlow
env:
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}

0 comments on commit 4229c22

Please sign in to comment.