Skip to content

Commit

Permalink
Following nextjs guide for starting server
Browse files Browse the repository at this point in the history
  • Loading branch information
stuart-bradley committed Feb 19, 2024
1 parent 1a96b3e commit f94cf0e
Show file tree
Hide file tree
Showing 3 changed files with 201 additions and 23 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/e2e_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,5 @@ jobs:
- name: Build
run: npm run build --if-present

- name: Start Server
run: npm start

- name: Run Cypress Tests
run: cypress run
run: npm run cypress:ci
215 changes: 197 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f94cf0e

Please sign in to comment.