Skip to content

Commit fd51dd2

Browse files
author
Lucas McDonald
committed
m
1 parent b8599e5 commit fd51dd2

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/prod-release.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,6 @@ jobs:
143143
npm run build
144144
145145
- name: Run integration tests with local publish
146-
env:
147-
PUBLISH_LOCAL: "true"
148146
run: |
149147
npm run verdaccio-publish
150148
npm run verdaccio-node-decrypt
@@ -181,8 +179,6 @@ jobs:
181179
npm run build
182180
183181
- name: Run integration tests with local publish
184-
env:
185-
PUBLISH_LOCAL: "true"
186182
run: |
187183
npm run verdaccio-publish
188184
npm run verdaccio-browser-decrypt
@@ -260,8 +256,6 @@ jobs:
260256
run: npm ci --unsafe-perm
261257

262258
- name: Validate published packages - Node.js
263-
env:
264-
PUBLISH_LOCAL: "false"
265259
run: |
266260
npm run verdaccio-node-decrypt
267261
npm run verdaccio-node-encrypt
@@ -297,8 +291,6 @@ jobs:
297291
run: npm ci --unsafe-perm
298292

299293
- name: Validate published packages - Browser
300-
env:
301-
PUBLISH_LOCAL: "false"
302294
# This will fail until the publish step is run for the first time.
303295
# A dependency change broke the browser tests.
304296
# Commit fb10180dfb451ff5359ebc703c58eaf5393971ac fixes this.

0 commit comments

Comments
 (0)