fix test PR workflow
This commit is contained in:
parent
27c99a7d55
commit
0f0e380ff2
1 changed files with 5 additions and 4 deletions
9
.github/workflows/test-pr.yml
vendored
9
.github/workflows/test-pr.yml
vendored
|
@ -33,7 +33,8 @@ jobs:
|
|||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
|
||||
- name: test 'em
|
||||
run: npm install
|
||||
run: npm install -g --save-dev shadow-cljs
|
||||
run: shadow-cljs compile test
|
||||
- name: test em
|
||||
run: |
|
||||
npm install
|
||||
npm install -g --save-dev shadow-cljs
|
||||
shadow-cljs compile test
|
||||
|
|
Reference in a new issue