-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
46988aa
commit 8c8dfad
Showing
3 changed files
with
38 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,12 @@ jobs: | |
with: | ||
node-version: 14 | ||
registry-url: https://registry.npmjs.org/ | ||
- name: Install dependencies | ||
run: | | ||
sudo apt-get update && apt-get install -y wget curl | ||
brew install wget | ||
choco install -y wget | ||
choco install -y curl | ||
- name: install s | ||
run: | | ||
npm i @xsahxl/[email protected] -g | ||
|
@@ -36,7 +42,4 @@ jobs: | |
npm run build | ||
- name: run base ci | ||
run: | | ||
export RANDSTR=github_14 && cd __tests__/e2e && ./ci.sh && cd - | ||
- name: run trigger ci | ||
run: | | ||
export RANDSTR=github_14 && cd __tests__/e2e && ./ci_trigger.sh && cd - | ||
export RANDSTR=github_14 && cd __tests__/e2e && ./ci.sh && cd - |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,12 @@ jobs: | |
with: | ||
node-version: 16 | ||
registry-url: https://registry.npmjs.org/ | ||
- name: Install dependencies | ||
run: | | ||
sudo apt-get update && apt-get install -y wget curl | ||
brew install wget | ||
choco install -y wget | ||
choco install -y curl | ||
- name: install s | ||
run: | | ||
npm i @xsahxl/[email protected] -g | ||
|
@@ -36,7 +42,4 @@ jobs: | |
npm run build | ||
- name: run base ci | ||
run: | | ||
export RANDSTR=github_16 && cd __tests__/e2e && ./ci.sh && cd - | ||
- name: run trigger ci | ||
run: | | ||
export RANDSTR=github_16 && cd __tests__/e2e && ./ci_trigger.sh && cd - | ||
export RANDSTR=github_16 && cd __tests__/e2e && ./ci.sh && cd - |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,12 @@ jobs: | |
with: | ||
node-version: 14 | ||
registry-url: https://registry.npmjs.org/ | ||
- name: Install dependencies | ||
run: | | ||
sudo apt-get update && apt-get install -y wget curl | ||
brew install wget | ||
choco install -y wget | ||
choco install -y curl | ||
- name: install s | ||
run: | | ||
npm i @xsahxl/[email protected] -g | ||
|
@@ -46,6 +52,12 @@ jobs: | |
with: | ||
node-version: 14 | ||
registry-url: https://registry.npmjs.org/ | ||
- name: Install dependencies | ||
run: | | ||
sudo apt-get update && apt-get install -y wget curl | ||
brew install wget | ||
choco install -y wget | ||
choco install -y curl | ||
- name: npm install s | ||
run: | | ||
npm i @xsahxl/[email protected] -g | ||
|
@@ -69,6 +81,12 @@ jobs: | |
with: | ||
node-version: 14 | ||
registry-url: https://registry.npmjs.org/ | ||
- name: Install dependencies | ||
run: | | ||
sudo apt-get update && apt-get install -y wget curl | ||
brew install wget | ||
choco install -y wget | ||
choco install -y curl | ||
- name: npm install s | ||
run: | | ||
npm i @xsahxl/[email protected] -g | ||
|
@@ -98,6 +116,12 @@ jobs: | |
with: | ||
node-version: 14 | ||
registry-url: https://registry.npmjs.org/ | ||
- name: Install dependencies | ||
run: | | ||
sudo apt-get update && apt-get install -y wget curl | ||
brew install wget | ||
choco install -y wget | ||
choco install -y curl | ||
- name: npm install s | ||
run: | | ||
npm i @xsahxl/[email protected] -g | ||
|