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

🐛 Disable running frontend tests in node

This commit is contained in:
alonso.torres 2022-01-03 09:10:18 +01:00
parent 799a83ba73
commit d08891cffa

View file

@ -76,13 +76,21 @@ jobs:
environment:
PATH: /usr/local/nodejs/bin/:/usr/local/bin:/bin:/usr/bin
# - run:
# working_directory: "./common"
# name: common tests (cljs)
# command: |
# yarn install
# yarn run compile-test
# node target/test.js
#
# environment:
# PATH: /usr/local/nodejs/bin/:/usr/local/bin:/bin:/usr/bin
- run:
working_directory: "./common"
name: common tests
name: common tests (clj)
command: |
yarn install
yarn run compile-test
node target/test.js
clojure -X:dev:test
environment: