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:
parent
799a83ba73
commit
d08891cffa
1 changed files with 12 additions and 4 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue