fix test PR workflow

This commit is contained in:
M.Jerger 2020-06-29 19:12:39 +02:00 committed by GitHub
parent 27c99a7d55
commit 0f0e380ff2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,8 @@ jobs:
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- name: test 'em - name: test em
run: npm install run: |
run: npm install -g --save-dev shadow-cljs npm install
run: shadow-cljs compile test npm install -g --save-dev shadow-cljs
shadow-cljs compile test