Skip to content

Commit 08b6fb1

Browse files
committed
fix incorrect chromatic path
1 parent 763fe21 commit 08b6fb1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/playwright.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: E2E Tests
1+
name: E2E tests
22
on:
33
push:
44
branches: [master, staging, e2e-tests] # TODO: remove e2e-tests (testing branch)
@@ -48,11 +48,11 @@ jobs:
4848
if: always()
4949
with:
5050
name: playwright-report
51-
path: tests/e2e/__report__/
51+
path: ./tests/e2e/__results__
5252
retention-days: 7
5353

5454
chromatic:
55-
name: Run Chromatic
55+
name: chromatic
5656
needs: playwright
5757
runs-on: ubuntu-latest
5858
steps:
@@ -72,7 +72,7 @@ jobs:
7272
uses: actions/download-artifact@v4
7373
with:
7474
name: playwright-report
75-
path: tests/e2e/__report__/
75+
path: ./tests/e2e/__results__
7676

7777
- name: Run Chromatic
7878
uses: chromaui/action@latest
@@ -81,4 +81,4 @@ jobs:
8181
playwright: true
8282
exitZeroOnChanges: true
8383
env:
84-
CHROMATIC_ARCHIVE_LOCATION: ./tests/e2e/__results__/chromatic-archives
84+
CHROMATIC_ARCHIVE_LOCATION: ./tests/e2e/__results__

0 commit comments

Comments
 (0)