mirror of
https://github.com/Drop-OSS/droplet.git
synced 2025-11-13 00:02:46 +10:00
Update file .gitlab-ci.yml
This commit is contained in:
@ -33,11 +33,10 @@ build-windows:
|
||||
# only test on Linux because Windows is a PIA
|
||||
test-linux:
|
||||
stage: test
|
||||
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/node:lts-bullseye
|
||||
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/node:lts-bookworm
|
||||
dependencies:
|
||||
- build-linux
|
||||
script:
|
||||
- apt-get install openssl -y
|
||||
- yarn
|
||||
- yarn test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user