Skip to content

Commit 6501439

Browse files
committed
Merge branch 'breakup-workflows' into test-breakup-workflows
2 parents bf1d054 + 7b20e63 commit 6501439

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/actions/prepare-workflow/action.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ runs:
4949
- name: Generate api-version.ts
5050
shell: bash
5151
run: sudo -E -u testbot bash -lc 'node ./scripts/write-versions.js'
52-
52+
5353
- name: Download build artifacts
5454
if: inputs.e2e == 'true'
5555
uses: actions/download-artifact@v4
@@ -99,8 +99,8 @@ runs:
9999
restore-keys: |
100100
playwright-${{ runner.os }}-
101101
102-
- name: Install Playwright browsers
103-
if: inputs.e2e == 'true' && steps.cache-playwright.outputs.cache-hit != 'true'
102+
- name: Install Playwright browsers and dependencies
103+
if: inputs.e2e == 'true'
104104
shell: bash
105105
run: |
106106
sudo -E -u testbot bash -lc 'npx playwright install --with-deps'
@@ -111,4 +111,3 @@ runs:
111111
with:
112112
path: /home/testbot/.cache/ms-playwright
113113
key: playwright-${{ runner.os }}-${{ steps.playwright-version.outputs.version }}
114-

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,5 +129,4 @@ test-e2e: e2e/bin/viam-server build
129129
npm run e2e:playwright
130130

131131
test-e2e-ci: e2e/bin/viam-server
132-
npx playwright install
133132
npm run e2e:playwright

0 commit comments

Comments
 (0)