Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed May 17, 2024
1 parent f1cd0cd commit 8ed9665
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ jobs:
run: npm run lint

- name: Test
# Don't know why but windows-latest+node18 gives random timeouts with github action
if: ${{ matrix.os != 'windows-latest' && matrix.node != 18 }}
working-directory: projects/lib
run: npm run test:ci

Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion projects/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"rxjs": ">= 7"
},
"dependencies": {
"@hug/ngx-schematics-utilities": "^9.0.2",
"@hug/ngx-schematics-utilities": "^9.1.0",
"tslib": "^2.6.2"
},
"engines": {
Expand Down

0 comments on commit 8ed9665

Please sign in to comment.