diff --git a/.github/workflows/ci_node14.yaml b/.github/workflows/ci_node14.yaml index 87ea550..b556f4b 100644 --- a/.github/workflows/ci_node14.yaml +++ b/.github/workflows/ci_node14.yaml @@ -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/s@3.x -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 - \ No newline at end of file + export RANDSTR=github_14 && cd __tests__/e2e && ./ci.sh && cd - \ No newline at end of file diff --git a/.github/workflows/ci_node16.yaml b/.github/workflows/ci_node16.yaml index 6f3f87d..d35733d 100644 --- a/.github/workflows/ci_node16.yaml +++ b/.github/workflows/ci_node16.yaml @@ -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/s@3.x -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 - \ No newline at end of file + export RANDSTR=github_16 && cd __tests__/e2e && ./ci.sh && cd - \ No newline at end of file diff --git a/.github/workflows/ci_with_docker.yaml b/.github/workflows/ci_with_docker.yaml index a47462c..6bf7d0f 100644 --- a/.github/workflows/ci_with_docker.yaml +++ b/.github/workflows/ci_with_docker.yaml @@ -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/s@3.x -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/s@3.x -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/s@3.x -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/s@3.x -g