Skip to content

Commit

Permalink
Update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gRoussac committed Dec 15, 2024
1 parent 382054d commit e1cc1e5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ integration-test:
cd tests/integration/rust && cargo test -- --test-threads=1 --nocapture

start-app:
(cd examples/frontend/angular/ && npm ci && npm run build-proxy-conf && npm start &) && \
(cd examples/frontend/angular/ && npm install && npm run build-proxy-conf && npm start &) && \
until curl -s -o /dev/null http://localhost:4200; do sleep 5; done

run-e2e-tests:
cd tests/e2e && npm ci && npm test
cd tests/e2e && npm install && npm test

e2e-test: start-app run-e2e-tests

Expand Down
12 changes: 6 additions & 6 deletions examples/frontend/angular/package-lock.json

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

0 comments on commit e1cc1e5

Please sign in to comment.