Skip to content

Commit

Permalink
chore: Update E2E tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts committed Jan 3, 2025
1 parent 0e29e6a commit 54d5182
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/e2e_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ jobs:
e2e_tests:
timeout-minutes: 10
runs-on: ubuntu-latest
container:
image: cypress/browsers:node-18.20.3-chrome-125.0.6422.141-1-ff-126.0.1-edge-125.0.2535.85-1
options: --user 1001
strategy:
fail-fast: false
matrix:
Expand All @@ -40,5 +37,4 @@ jobs:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CIRCLECI_KEY: ${{ secrets.CIRCLECI_KEY }}
NETLIFY_ACCESS_KEY: ${{ secrets.NETLIFY_ACCESS_KEY }}
CYPRESS_INSTALL_BINARY: 0
NETLIFY_ACCESS_KEY: ${{ secrets.NETLIFY_ACCESS_KEY }}

0 comments on commit 54d5182

Please sign in to comment.