Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit ca8fd24

Browse files
authored
Fix test (CI Ignore)
1 parent 95b0aeb commit ca8fd24

File tree

5 files changed

+5
-0
lines changed
  • containers
    • javascript-node-azurite/test-project
    • javascript-node-mongo/test-project
    • javascript-node-postgres/test-project
    • javascript-node/test-project
    • typescript-node/test-project

5 files changed

+5
-0
lines changed

containers/javascript-node-azurite/test-project/test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ sudo rm -f package-lock.json
1919
check "npm" npm install
2020
check "eslint" eslint japaFile.js
2121
check "test-project" npm run test
22+
npm config delete prefix
2223
check "nvm" bash -c ". /usr/local/share/nvm/nvm.sh && nvm install 8"
2324
check "nvm-node" bash -c ". /usr/local/share/nvm/nvm.sh && node --version"
2425
sudo rm -rf node_modules

containers/javascript-node-mongo/test-project/test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ sudo rm -f package-lock.json
1919
check "npm" npm install
2020
check "eslint" eslint server.js
2121
check "test-project" npm run test
22+
npm config delete prefix
2223
check "nvm" bash -c ". /usr/local/share/nvm/nvm.sh && nvm install 8"
2324
check "nvm-node" bash -c ". /usr/local/share/nvm/nvm.sh && node --version"
2425
sudo rm -rf node_modules

containers/javascript-node-postgres/test-project/test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ sudo rm -f package-lock.json
1919
check "npm" npm install
2020
check "eslint" eslint server.js
2121
check "test-project" npm run test
22+
npm config delete prefix
2223
check "nvm" bash -c ". /usr/local/share/nvm/nvm.sh && nvm install 8"
2324
check "nvm-node" bash -c ". /usr/local/share/nvm/nvm.sh && node --version"
2425
sudo rm -rf node_modules

containers/javascript-node/test-project/test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ sudo rm -f package-lock.json
1515
check "npm" npm install
1616
check "eslint" eslint server.js
1717
check "test-project" npm run test
18+
npm config delete prefix
1819
check "nvm" bash -c ". /usr/local/share/nvm/nvm.sh && nvm install 8"
1920
check "nvm-node" bash -c ". /usr/local/share/nvm/nvm.sh && node --version"
2021
sudo rm -rf node_modules

containers/typescript-node/test-project/test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ sudo rm -f package-lock.json
1515
check "eslint" eslint --no-eslintrc -c .eslintrc.json src/server.ts
1616
check "typescript" npm run compile
1717
check "test-project" npm run test
18+
npm config delete prefix
1819
check "nvm" bash -c ". /usr/local/share/nvm/nvm.sh && nvm install 8"
1920
check "nvm-node" bash -c ". /usr/local/share/nvm/nvm.sh && node --version"
2021
sudo rm -rf node_modules out

0 commit comments

Comments
 (0)