Skip to content

Commit

Permalink
Run tests in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
analoo committed Jan 10, 2025
1 parent 598f9b8 commit 26732ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-percy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Run GCC journey test and send to Percy
run: npx percy exec -- ./gradlew test --tests org.ilgcc.app.journeys.GccFlowJourneyTest.fullGccFlow
run: PERCY_PARALLEL_TOTAL=3 PERCY_PARALLEL_NONCE=gcc npx percy exec -- ./gradlew test --tests org.ilgcc.app.journeys.GccFlowJourneyTest.fullGccFlow
- name: Run Provider Journey Test with valid link
run: npx percy exec -- ./gradlew test --tests org.ilgcc.app.journeys.ProviderresponseFlowJourneyTest.ProviderresponseJourneyTest_validLink
run: PERCY_PARALLEL_TOTAL=3 PERCY_PARALLEL_NONCE=provider_response npx percy exec -- ./gradlew test --tests org.ilgcc.app.journeys.ProviderresponseFlowJourneyTest.ProviderresponseJourneyTest_validLink
- name: Run Provider Registration flow and send to Percy
run: npx percy exec -- ./gradlew test --tests org.ilgcc.app.journeys.ProviderresponseProviderRegistrationJourneyTest.LicenseExemptInProviderHomeFlow
run: PERCY_PARALLEL_TOTAL=3 PERCY_PARALLEL_NONCE=provider_registration npx percy exec -- ./gradlew test --tests org.ilgcc.app.journeys.ProviderresponseProviderRegistrationJourneyTest.LicenseExemptInProviderHomeFlow
env:
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}

0 comments on commit 26732ea

Please sign in to comment.