Skip to content

Commit 62a74d9

Browse files
committed
chore(ci): add e2e.yml artifacts upload
1 parent a1e47a4 commit 62a74d9

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/e2e.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,12 @@ jobs:
5151
run: TEST_PROJECTS_DIR=${{ runner.temp }}/projects yarn run "e2e:update-projects-from-private-registry"
5252

5353
- name: Build E2E Projects
54-
run: TEST_PROJECTS_DIR=${{ runner.temp }}/projects yarn run "e2e:build-projects"
54+
run: TEST_PROJECTS_DIR=${{ runner.temp }}/projects yarn run "e2e:build-projects"
55+
56+
- name: Upload E2E Project API Clients
57+
uses: actions/upload-artifact@v4
58+
if: ${{ always() }}
59+
with:
60+
name: e2e-projects-api-clients
61+
path: |
62+
${{ runner.temp }}/projects/**/src

0 commit comments

Comments
 (0)