Skip to content

Commit

Permalink
deleting commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonasB88 committed Jan 31, 2023
1 parent 8030fdf commit 872fa77
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/E2E_On_PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ jobs:
- 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-compose -f ${{ matrix.yml }} up --force-recreate --exit-code-from cypress
#--parallel --record --key

- name: Archive videos and screenshots
if: ${{ always() }}
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 872fa77

Please sign in to comment.