mirror of
https://github.com/penpot/penpot.git
synced 2025-01-08 07:50:43 -05:00
📎 Minor changes on CI configuration.
This commit is contained in:
parent
3840e4c214
commit
057b0e163c
1 changed files with 2 additions and 1 deletions
|
@ -57,7 +57,8 @@ jobs:
|
||||||
yarn install
|
yarn install
|
||||||
npx shadow-cljs compile tests
|
npx shadow-cljs compile tests
|
||||||
environment:
|
environment:
|
||||||
PATH: /usr/local/nodejs/bin/:/usr/local/bin:/bin:/usr/bin
|
JAVA_HOME: /usr/lib/jvm/openjdk16
|
||||||
|
PATH: /usr/local/nodejs/bin/:/usr/local/bin:/bin:/usr/bin:/usr/lib/jvm/openjdk16/bin
|
||||||
|
|
||||||
- save_cache:
|
- save_cache:
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in a new issue