We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0bbb50 commit 7b4f251Copy full SHA for 7b4f251
.gitlab-ci.yml
@@ -37,7 +37,8 @@ integration-tests:
37
script:
38
- cd ./integration-tests/chopsticks
39
- curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
40
- - nvm install
+ - export NVM_DIR="$HOME/.nvm" && . "$NVM_DIR/nvm.sh" --no-use
41
+ - eval "[ -f .nvmrc ] && nvm install"
42
- cargo build -p spiritnet-runtime
43
- yarn --immutable
44
- yarn lint
0 commit comments