Install java in gitlab CI.
This commit is contained in:
parent
236d392980
commit
6d99f5fa18
@ -2,5 +2,7 @@ image: node:latest
|
||||
|
||||
test:
|
||||
script:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-8-jre
|
||||
- npm install
|
||||
- ./node_modules/.bin/shadow-cljs compile test
|
||||
|
Loading…
Reference in New Issue
Block a user