File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- name : E2E Tests
1+ name : E2E tests
22on :
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 :
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
8181 playwright : true
8282 exitZeroOnChanges : true
8383 env :
84- CHROMATIC_ARCHIVE_LOCATION : ./tests/e2e/__results__/chromatic-archives
84+ CHROMATIC_ARCHIVE_LOCATION : ./tests/e2e/__results__
You can’t perform that action at this time.
0 commit comments