We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1e47a4 commit 62a74d9Copy full SHA for 62a74d9
1 file changed
.github/workflows/e2e.yml
@@ -51,4 +51,12 @@ jobs:
51
run: TEST_PROJECTS_DIR=${{ runner.temp }}/projects yarn run "e2e:update-projects-from-private-registry"
52
53
- name: Build E2E Projects
54
- run: TEST_PROJECTS_DIR=${{ runner.temp }}/projects yarn run "e2e:build-projects"
+ 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