Skip to content

Commit

Permalink
restore cypress files
Browse files Browse the repository at this point in the history
  • Loading branch information
rezrah committed Dec 10, 2024
1 parent 8f313a8 commit 5017e4e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/integration_test_nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@ jobs:
rm ./${{env.NEXTJS_FOLDER}}/app/page.tsx
cp ./packages/e2e/integration-tests/nextjs/page.tsx ./${{env.NEXTJS_FOLDER}}/app
- name: Copying required files
run: |
cp ./packages/e2e/cypress.config.js ./${{env.NEXTJS_FOLDER}}
mkdir ${{env.NEXTJS_FOLDER}}/integration-tests
cp -r ./packages/e2e/integration-tests/tests ./${{env.NEXTJS_FOLDER}}/integration-tests
- name: Excluded cypress tests in-place
# includes temp workaround for cypress bug. remove when fixed
# https://github.com/cypress-io/cypress/issues/27448
Expand Down

0 comments on commit 5017e4e

Please sign in to comment.