Skip to content

Commit

Permalink
small test update
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonasB88 committed Jan 31, 2023
1 parent 872fa77 commit c50e64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/E2E_On_PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
${{ matrix.make }}
- name: Running ${{ matrix.prestashop }} Cypress E2E tests
run: docker run -i -v $PWD:/e2e -w /e2e -e CYPRESS_baseUrl='https://demoshop1784.eu.ngrok.io' -e CYPRESS_MOLLIE_TEST_API_KEY=${{ secrets.MOLLIE_TEST_API_KEY }} -e CYPRESS_MOLLIE_TEST_PROFILE_ID=${{ secrets.MOLLIE_TEST_PROFILE_ID }} cypress/browsers:node18.12.0-chrome107 #cypress/included:12.4.1
run: docker run -i -v $PWD:/e2e -w /e2e -e CYPRESS_baseUrl='https://demoshop1784.eu.ngrok.io' -e CYPRESS_MOLLIE_TEST_API_KEY=${{ secrets.MOLLIE_TEST_API_KEY }} -e CYPRESS_MOLLIE_TEST_PROFILE_ID=${{ secrets.MOLLIE_TEST_PROFILE_ID }} cypress/included:cypress-12.4.1-node-16.18.1-chrome-109.0.5414.74-1 #cypress/included:12.4.1

- name: Archive videos and screenshots
if: ${{ always() }}
Expand Down

0 comments on commit c50e64c

Please sign in to comment.