Skip to content

Commit

Permalink
trying to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Mar 20, 2020
1 parent cfef36d commit ba4bca6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
${{ runner.os }}-clojars
- name: run tests
run: 'yarn && yarn shadow-cljs compile client'
run: 'yarn && yarn shadow-cljs compile app test'

- run: node target/test.js

- run: echo Working on ${{ github.ref }}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"m2": "clj -A:release install",
"upload": "rsync -r dist/ repo.respo-mvc.org:repo/Respo/respo",
"html": "cp assets/* target/",
"html-dist": "cp assets/* dist/",
"html-dist": "mkdir -p dist/ && cp assets/* dist/",
"watch": "shadow-cljs watch app",
"watch-test": "shadow-cljs watch test",
"compile-test": "shadow-cljs compile test",
Expand Down

0 comments on commit ba4bca6

Please sign in to comment.