0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 07:50:43 -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: environment:
PATH: /usr/local/nodejs/bin/:/usr/local/bin:/bin:/usr/bin 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: - run:
working_directory: "./common" working_directory: "./common"
name: common tests name: common tests (clj)
command: | command: |
yarn install
yarn run compile-test
node target/test.js
clojure -X:dev:test clojure -X:dev:test
environment: environment: