File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
.github/actions/prepare-workflow Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 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
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-
Original file line number Diff line number Diff line change @@ -129,5 +129,4 @@ test-e2e: e2e/bin/viam-server build
129129 npm run e2e:playwright
130130
131131test-e2e-ci : e2e/bin/viam-server
132- npx playwright install
133132 npm run e2e:playwright
You can’t perform that action at this time.
0 commit comments