Skip to content

Commit

Permalink
UPDATE: workflow with npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
neo-garaix committed Jan 30, 2025
1 parent 93d8f56 commit 9d6267f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:

- name: Install dependencies
run: |
cd end2end
cd ..
npm ci
- name: Install Playwright
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,7 @@ jobs:
node-version: 21

- name: Install lizmap dependencies
working-directory: assets
run: npm install

- name: Install tests dependencies
working-directory: tests/js-units
run: npm install

- name: Running tests
working-directory: tests/js-units
run: npm run js:test
run: npm run js:test --workspace=tests/js-units

0 comments on commit 9d6267f

Please sign in to comment.