Skip to content

Commit

Permalink
don't use for e2e tests either
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaskikutis committed Apr 21, 2023
1 parent 7671f2a commit 4ec78d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
working-directory: e2e/server

- name: Build client
run: npm ci && npm run build && npm run specs--compile && npm run start-client-server
run: npm install && npm run build && npm run specs--compile && npm run start-client-server
working-directory: e2e/client

- name: Protractor
Expand Down

0 comments on commit 4ec78d3

Please sign in to comment.