mirror of
https://github.com/Nutomic/ibis.git
synced 2025-02-04 14:34:41 +00:00
CI npm install
This commit is contained in:
parent
8cfd5340d6
commit
e2cecdf6fb
1 changed files with 5 additions and 0 deletions
|
@ -79,6 +79,11 @@ steps:
|
||||||
- export PATH="/usr/lib/postgresql/15/bin:/usr/local/cargo/bin:$PATH"
|
- export PATH="/usr/lib/postgresql/15/bin:/usr/local/cargo/bin:$PATH"
|
||||||
- sudo -u testuser env "PATH=$PATH" "CARGO_HOME=$CARGO_HOME" cargo test --no-fail-fast
|
- sudo -u testuser env "PATH=$PATH" "CARGO_HOME=$CARGO_HOME" cargo test --no-fail-fast
|
||||||
|
|
||||||
|
npm_install:
|
||||||
|
image: node:current-alpine
|
||||||
|
commands:
|
||||||
|
- npm install
|
||||||
|
|
||||||
build_release:
|
build_release:
|
||||||
image: *rust_image
|
image: *rust_image
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue