Skip to content

Commit

Permalink
update npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Sep 6, 2023
1 parent 27e964e commit 648e0c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ionic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
echo '127.0.0.1 keycloak' | sudo tee -a /etc/hosts
cat /etc/hosts
- name: Launch backend application
run: npm run docker:app:up
run: npm run app:up
- name: Wait for backend to start
run: npm run ci:server:await
- name: Launch ionic e2e test
Expand Down

0 comments on commit 648e0c2

Please sign in to comment.