Pass around playwright files to avoid racing the shard behaviour
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
17
.github/workflows/end-to-end-tests.yaml
vendored
17
.github/workflows/end-to-end-tests.yaml
vendored
@@ -83,8 +83,13 @@ jobs:
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: webapp
|
||||
path: webapp
|
||||
name: build
|
||||
path: |
|
||||
webapp
|
||||
playwright
|
||||
playwright.config.ts
|
||||
package.json
|
||||
yarn.lock
|
||||
retention-days: 1
|
||||
|
||||
- name: Calculate runner variables
|
||||
@@ -129,16 +134,10 @@ jobs:
|
||||
- runAllTests: false
|
||||
project: Pinecone
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
persist-credentials: false
|
||||
repository: element-hq/element-web
|
||||
|
||||
- name: 📥 Download artifact
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: webapp
|
||||
path: webapp
|
||||
name: build
|
||||
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user