Skip to content

Commit

Permalink
ticket-35 Improved Node JS installations in github action scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiy-skalelabs committed Jan 22, 2024
1 parent dca554c commit 6d43608
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/comprehensive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,8 @@ jobs:
pwd
cd cli-hh
export PATH=$PATH:$(dirname $(which npx))
./clean.sh
yarn install
./clean.sh || true
./init.sh
cd ../..
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/container-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,8 @@ jobs:
export PATH=$PATH:$(dirname $(which npx))
cd comprehensive-test
cd s_chain_gen
yarn install
./clean.sh || true
./init.sh
cd ../..
Expand Down

0 comments on commit 6d43608

Please sign in to comment.