Skip to content

Commit 863f950

Browse files
author
Janne Rönkkö
committed
DEV: find where the durations file is located
1 parent f1237b5 commit 863f950

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/shared-run-e2e.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,9 @@ jobs:
211211
- name: Copy test durations
212212
shell: bash
213213
run: |
214-
docker cp cypress:/e2e/cypress/durations.out.json ${{ github.workspace }}/durations.out.json
214+
docker exec cypress find /e2e -name durations.out.json
215+
216+
docker cp cypress:/e2e/durations.out.json ${{ github.workspace }}/durations.out.json
215217
216218
- name: Upload test durations
217219
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)