We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 864b721 commit 5308609Copy full SHA for 5308609
.github/workflows/e2e-tests-linux-split.yml
@@ -128,16 +128,12 @@ jobs:
128
# This is important also because it will reduce the PubNub usage that would be generated by e2e tests if tests ran against the real PubNub service.
129
NOTIFICATION_CENTER_USE_TEST_API: true
130
131
- - name: Copy dist folder for upload
132
- if: needs.setup.outputs.build_exists == 'false'
133
- run: cp -r ../dist ./dist
134
-
135
- name: Upload build artifact
136
if: needs.setup.outputs.build_exists == 'false'
137
uses: actions/upload-artifact@v4
138
with:
139
name: '${{ env.BUILD_ARTIFACT_NAME }}'
140
- path: ./dist
+ path: ./v1/apps/browser-extension-wallet/dist
141
142
tests:
143
name: E2E tests
0 commit comments