From 74b7b606f10e250be8917e23ff6238d67076cb61 Mon Sep 17 00:00:00 2001 From: jiyinyiyong Date: Tue, 10 Nov 2020 15:47:30 +0800 Subject: [PATCH] fix CI script --- .github/workflows/deploy.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index c02a220..10a5a9d 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -39,9 +39,7 @@ jobs: ${{ runner.os }}-clojars - name: run tests - run: 'yarn && yarn shadow-cljs compile app test' - - - run: node target/test.js + run: 'yarn && yarn shadow-cljs compile client' - run: echo Working on ${{ github.ref }}