mirror of
https://github.com/Drop-OSS/droplet.git
synced 2025-11-13 08:12:49 +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
|
# only test on Linux because Windows is a PIA
|
||||||
test-linux:
|
test-linux:
|
||||||
stage: test
|
stage: test
|
||||||
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/node:lts-bullseye
|
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/node:lts-bookworm
|
||||||
dependencies:
|
dependencies:
|
||||||
- build-linux
|
- build-linux
|
||||||
script:
|
script:
|
||||||
- apt-get install openssl -y
|
|
||||||
- yarn
|
- yarn
|
||||||
- yarn test
|
- yarn test
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user