Skip to content

Commit e753561

Browse files
committed
give correct path to the atrifact upload
Signed-off-by: Swikriti Tripathi <swikriti808@gmail.com>
1 parent 2242cd3 commit e753561

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
uses: actions/upload-artifact@v3
148148
with:
149149
name: e2e-tracing
150-
path: /home/runner/work/integration_openproject/integration_openproject/tests/e2e/report/
150+
path: server/apps/integration_openproject/tests/e2e/report/
151151

152152
- name: JS Code Coverage Summary Report
153153
if: ${{ github.event_name == 'pull_request' && matrix.nextcloudVersion == 'master' && matrix.phpVersion == '7.4' }}

0 commit comments

Comments
 (0)