Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
linev committed Sep 5, 2024
1 parent 0ea84b8 commit 78d0e25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jsroot-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Dependencies jsroot-test
run: |
cd jsroot-test
npm ci
npm install
- name: Run all tests
run: |
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
- name: Install dependencies
run: |
npm ci
npm install
npm install gl --no-save
- name: Run eslint
Expand Down

0 comments on commit 78d0e25

Please sign in to comment.