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 }}