Skip to content

Commit

Permalink
dude
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Jul 10, 2024
1 parent f093245 commit 2063b46
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,20 @@ jobs:
shell: bash
run: |
where npx
bb -e '(shell "npx")'
bb -e '(shell "npx -v")'
- name: Run tests
shell: bash
run: |
npx -v
npm install
bb test:node
bb test:bb
bb test:clj
- name: Run library tests
if: matrix.os != 'windows-latest'
run: |
npm install --global yarn
bb test:libs
# - name: Run tests
# shell: bash
# run: |
# npx -v
# npm install
# bb test:node
# bb test:bb
# bb test:clj

# - name: Run library tests
# if: matrix.os != 'windows-latest'
# run: |
# npm install --global yarn
# bb test:libs

0 comments on commit 2063b46

Please sign in to comment.