Skip to content

Commit 7b4f251

Browse files
committed
working
1 parent b0bbb50 commit 7b4f251

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitlab-ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ integration-tests:
3737
script:
3838
- cd ./integration-tests/chopsticks
3939
- curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
40-
- nvm install
40+
- export NVM_DIR="$HOME/.nvm" && . "$NVM_DIR/nvm.sh" --no-use
41+
- eval "[ -f .nvmrc ] && nvm install"
4142
- cargo build -p spiritnet-runtime
4243
- yarn --immutable
4344
- yarn lint

0 commit comments

Comments
 (0)