Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
guidoderooij committed Mar 26, 2024
1 parent 8343ee0 commit 8b692cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: npm run build:build

- name: Start Application
run: npm start:app & wait-on http://localhost:4200
run: npm run start:app & wait-on http://localhost:4200

- name: E2E
run: npm run cypress:run

0 comments on commit 8b692cb

Please sign in to comment.