Skip to content

Commit

Permalink
Updated e2e-test workflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
rmanaem committed Feb 9, 2024
1 parent 47f3f82 commit a5fe1d2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,13 @@ jobs:
run: |
echo -e "NB_API_QUERY_URL=${{ vars.NB_API_QUERY_URL }}\nNB_IS_FEDERATION_API=${{ vars.NB_IS_FEDERATION_API }}" > .env
- name: build
run: npm run build

- name: Run end to end tests
uses: cypress-io/github-action@v6
with:
wait-on: http://localhost:5173
start: npx vite --host
wait-on: http://localhost:4173
start: npm run preview
component: false

0 comments on commit a5fe1d2

Please sign in to comment.