Skip to content

Commit 3e2f15c

Browse files
committed
fixup! ci: update ci to match new structure
1 parent 1409844 commit 3e2f15c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205
merge-multiple: true
206206

207207
- name: Create allure properties
208-
working-directory: './artifacts/reports/allure/results'
208+
working-directory: './v1/artifacts/reports/allure/results'
209209
run: |
210210
echo "
211211
branch=${BRANCH}
@@ -224,7 +224,7 @@ jobs:
224224
AWS_SECRET_ACCESS_KEY: ${{ secrets.E2E_AWS_SECRET_ACCESS_KEY }}
225225
with:
226226
storageType: s3
227-
resultsGlob: './artifacts/reports/allure/results'
227+
resultsGlob: './v1/artifacts/reports/allure/results'
228228
bucket: lace-e2e-test-results
229229
prefix: 'all/linux/${BROWSER}/${RUN}'
230230
copyLatest: true
@@ -257,10 +257,10 @@ jobs:
257257
uses: actions/upload-artifact@v4
258258
with:
259259
name: allure-results
260-
path: ./artifacts/reports/allure/results
260+
path: ./v1/artifacts/reports/allure/results
261261

262262
- name: Upload performance metrics
263263
uses: actions/upload-artifact@v4
264264
with:
265265
name: performance-metrics
266-
path: ./artifacts/metrics
266+
path: ./v1/artifacts/metrics

0 commit comments

Comments
 (0)