mirror of
https://github.com/penpot/penpot.git
synced 2025-01-22 14:39:45 -05:00
📎 Uncomment frontend tests on common module
This commit is contained in:
parent
d477f74d13
commit
ed5ce777b9
1 changed files with 10 additions and 10 deletions
|
@ -79,16 +79,16 @@ 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:
|
- run:
|
||||||
# working_directory: "./common"
|
working_directory: "./common"
|
||||||
# name: common tests (cljs)
|
name: common tests (cljs)
|
||||||
# command: |
|
command: |
|
||||||
# yarn install
|
yarn install
|
||||||
# yarn run compile-test
|
yarn run compile-test
|
||||||
# node target/test.js
|
node target/test.js
|
||||||
#
|
|
||||||
# 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:
|
- run:
|
||||||
working_directory: "./common"
|
working_directory: "./common"
|
||||||
|
|
Loading…
Add table
Reference in a new issue