Skip to content

Commit 7361a8e

Browse files
authored
ci: fix npm install step for e2e build-apps job on branch builds (#3530)
1 parent e18a5e4 commit 7361a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
node-version-file: '.nvmrc'
166166
if: ${{ fromJson(needs.install-deps.outputs.parameters).ghPagesRepo == 'skyux-pr-preview' }}
167167
- name: npm install
168-
if: ${{ matrix.project != 'skip' }}
168+
if: ${{ fromJson(needs.install-deps.outputs.parameters).ghPagesRepo == 'skyux-pr-preview' }}
169169
run: npm ci
170170
env:
171171
CYPRESS_INSTALL_BINARY: 0

0 commit comments

Comments
 (0)