Skip to content

Commit 5308609

Browse files
committed
test: update dist location for e2e workflow
1 parent 864b721 commit 5308609

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/e2e-tests-linux-split.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -128,16 +128,12 @@ jobs:
128128
# 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.
129129
NOTIFICATION_CENTER_USE_TEST_API: true
130130

131-
- name: Copy dist folder for upload
132-
if: needs.setup.outputs.build_exists == 'false'
133-
run: cp -r ../dist ./dist
134-
135131
- name: Upload build artifact
136132
if: needs.setup.outputs.build_exists == 'false'
137133
uses: actions/upload-artifact@v4
138134
with:
139135
name: '${{ env.BUILD_ARTIFACT_NAME }}'
140-
path: ./dist
136+
path: ./v1/apps/browser-extension-wallet/dist
141137

142138
tests:
143139
name: E2E tests

0 commit comments

Comments
 (0)