0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-06 14:50:20 -05:00

📎 More fixes on ci config.

This commit is contained in:
Andrey Antukh 2021-12-03 11:09:01 +01:00
parent 71d6f7b1a2
commit 86bbfde19e

View file

@ -81,8 +81,8 @@ jobs:
name: common tests
command: |
yarn install
clojure -M:dev:shadow-cljs compile test
node target/tests.js
yarn run compile-test
node target/test.js
clojure -X:dev:test
environment: