Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Karrys <luke@lukekarrys.com>2022-09-22 05:34:54 +0300
committerGitHub <noreply@github.com>2022-09-22 05:34:54 +0300
commit07922e9362170ac804b4bca978bc5d2b1ea7b6d0 (patch)
treefc61f9a4819573f7b449a12aff804860a2ac9c3d
parent9e05ecde86e5d760f0dd930c0d6b80576928780d (diff)
chore(ci): turn off smoke publish that test doesnt work on windows (#5557)
-rw-r--r--.github/workflows/ci-release.yml3
-rw-r--r--scripts/template-oss/ci-release.yml1
2 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml
index e818fc6b4..293f07def 100644
--- a/.github/workflows/ci-release.yml
+++ b/.github/workflows/ci-release.yml
@@ -151,9 +151,6 @@ jobs:
- name: macOS
os: macos-latest
shell: bash
- - name: Windows
- os: windows-latest
- shell: cmd
node-version:
- 14.17.0
- 14.x
diff --git a/scripts/template-oss/ci-release.yml b/scripts/template-oss/ci-release.yml
index b486ad411..6d3095371 100644
--- a/scripts/template-oss/ci-release.yml
+++ b/scripts/template-oss/ci-release.yml
@@ -5,6 +5,7 @@
jobName="Smoke Publish"
jobCheck=(obj sha="${{ inputs.check-sha }}")
jobCheckout=(obj ref="${{ inputs.ref }}")
+ windowsCI=false
}}
- name: Pack
run: |