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
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: webapp
|
name: build
|
||||||
path: webapp
|
path: |
|
||||||
|
webapp
|
||||||
|
playwright
|
||||||
|
playwright.config.ts
|
||||||
|
package.json
|
||||||
|
yarn.lock
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
|
|
||||||
- name: Calculate runner variables
|
- name: Calculate runner variables
|
||||||
@@ -129,16 +134,10 @@ jobs:
|
|||||||
- runAllTests: false
|
- runAllTests: false
|
||||||
project: Pinecone
|
project: Pinecone
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
|
||||||
with:
|
|
||||||
persist-credentials: false
|
|
||||||
repository: element-hq/element-web
|
|
||||||
|
|
||||||
- name: 📥 Download artifact
|
- name: 📥 Download artifact
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: webapp
|
name: build
|
||||||
path: webapp
|
|
||||||
|
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user