Skip to content

Commit

Permalink
fix github actions 2
Browse files Browse the repository at this point in the history
  • Loading branch information
rsonghuster authored Sep 15, 2023
1 parent 46988aa commit 8c8dfad
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 8 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/ci_node14.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 -
11 changes: 7 additions & 4 deletions .github/workflows/ci_node16.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 -
24 changes: 24 additions & 0 deletions .github/workflows/ci_with_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8c8dfad

Please sign in to comment.