Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
upgrade CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
jleni committed Jun 20, 2021
1 parent 19df79f commit 719255c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ jobs:
- run:
name: Install node + yarn
command: |
nvm install 14.4.0
nvm use 14.4.0
nvm install 14.17.0
nvm use 14.17.0
npm install -g yarn
- run:
name: Build Ledger app
Expand All @@ -99,13 +99,13 @@ jobs:
- run:
name: Build/Install build js deps
command: |
nvm use 14.4.0
nvm use 14.17.0
export PATH=~/.cargo/bin:$PATH
make zemu_install
- run:
name: Run zemu tests
command: |
nvm use 14.4.0
nvm use 14.17.0
export PATH=~/.cargo/bin:$PATH
make zemu_test
Expand All @@ -130,8 +130,8 @@ jobs:
- run:
name: Install node + yarn
command: |
nvm install 14.4.0
nvm use 14.4.0
nvm install 14.17.0
nvm use 14.17.0
npm install -g yarn
- run:
name: Build Ledger app
Expand All @@ -140,13 +140,13 @@ jobs:
- run:
name: Build/Install build js deps
command: |
nvm use 14.4.0
nvm use 14.17.0
export PATH=~/.cargo/bin:$PATH
make zemu_install
- run:
name: Run zemu tests for sr25519
command: |
nvm use 14.4.0
nvm use 14.17.0
export PATH=~/.cargo/bin:$PATH
cd tests_zemu && yarn testSR25519
Expand Down

0 comments on commit 719255c

Please sign in to comment.