Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
debug 1
Browse files Browse the repository at this point in the history
pirog committed Mar 14, 2024
1 parent cae693b commit e4c0550
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/pr-unit-tests.yml
Original file line number Diff line number Diff line change
@@ -12,9 +12,9 @@ jobs:
fail-fast: false
matrix:
os:
- macos-13
- macos-14
- ubuntu-22.04
# - macos-13
# - macos-14
# - ubuntu-22.04
- windows-2022
node-version:
- '18'
@@ -32,4 +32,6 @@ jobs:

# Run unit tests
- name: Run units tests
run: npm run test:unit
run: |
node -v
npm run test:unit

0 comments on commit e4c0550

Please sign in to comment.