Skip to content

Commit

Permalink
small yml update
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonasB88 committed Jan 31, 2023
1 parent 61feadd commit cec214a
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/included:cypress-12.4.1-node-16.18.1-chrome-109.0.5414.74-1-ff-109.0-edge-109.0.1518.52-1 -c "chrome -v" #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-ff-109.0-edge-109.0.1518.52-1 --browser chrome #cypress/included:12.4.1

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

0 comments on commit cec214a

Please sign in to comment.