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 ef1b3f3 commit a3c56c9
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/comprehensive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ jobs:
npm install --global npx || true
npm install --global yarn
npm install --global node-gyp
npm install --global color-support
- name: INIT - version checks of Node JS and its utilities
run: |
Expand Down Expand Up @@ -422,6 +421,7 @@ jobs:
cd comprehensive-test/engine
export ALL_SKALE_TEST_CLOUD_RUN=1
export SEPARATED_IMA_AGENT_MODE=1
export PATH=$PATH:$(dirname $(which npx))
node ./index.js
cd ../..
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/container-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ jobs:
npm install --global npx || true
npm install --global yarn
npm install --global node-gyp
npm install --global color-support
- name: INIT - version checks of Node JS and its utilities
run: |
Expand Down Expand Up @@ -470,6 +469,7 @@ jobs:
echo "Docker image(will run) name for IMA Agent is:" $IMAGE_NAME
#
export SEPARATED_IMA_AGENT_MODE=1
export PATH=$PATH:$(dirname $(which npx))
node ./index.js
cd ../..
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ jobs:
npm install --global npx || true
npm install --global yarn
npm install --global node-gyp
npm install --global color-support
- name: INIT - version checks of Node JS and its utilities
run: |
Expand Down Expand Up @@ -207,7 +206,6 @@ jobs:
npm install --global npx || true
npm install --global yarn
npm install --global node-gyp
npm install --global color-support
- name: INIT - version checks of Node JS and its utilities
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
npm install --global npx || true
npm install --global yarn
npm install --global node-gyp
npm install --global color-support
- name: INIT - version checks of Node JS and its utilities
run: |
Expand Down

0 comments on commit a3c56c9

Please sign in to comment.