Skip to content

Commit

Permalink
WIP ci update
Browse files Browse the repository at this point in the history
  • Loading branch information
kpal81xd committed Oct 1, 2024
1 parent fe81346 commit eb7283a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
cache: 'npm'

- name: Install dependencies
run: npm clean-install --progress=false --no-fund
run: npm clean-install --no-fund

- name: Run unit tests
run: npm test
Expand Down Expand Up @@ -173,5 +173,5 @@ jobs:
- name: Build Examples Browser
working-directory: ./examples
run: |
npm clean-install --progress=false --no-fund
npm clean-install --no-fund
npm run build

0 comments on commit eb7283a

Please sign in to comment.