Update ci.yaml
CI Pipeline / canary (pull_request) Has been cancelled
CI Pipeline / test (18) (pull_request) Has been cancelled
CI Pipeline / test (20) (pull_request) Has been cancelled
CI Pipeline / e2e (chromium) (pull_request) Has been cancelled
CI Pipeline / e2e (firefox) (pull_request) Has been cancelled
CI Pipeline / e2e (webkit) (pull_request) Has been cancelled
CI Pipeline / visual-regression (pull_request) Has been cancelled
CI Pipeline / performance (pull_request) Has been cancelled
CI Pipeline / storybook (pull_request) Has been cancelled
CI Pipeline / lint (pull_request) Has been cancelled
CI Pipeline / build (pull_request) Has been cancelled

This commit is contained in:
adilallo
2025-08-30 11:59:28 -06:00
parent 8efe237018
commit bb483c6139
+5 -5
View File
@@ -108,7 +108,7 @@ jobs:
name: playwright-results-${{ matrix.browser }} name: playwright-results-${{ matrix.browser }}
path: playwright-${{ matrix.browser }}.tgz path: playwright-${{ matrix.browser }}.tgz
retention-days: 30 retention-days: 30
- name: Stop app - name: Stop app
if: always() if: always()
run: | run: |
@@ -160,14 +160,14 @@ jobs:
- name: Seed snapshots (main only) - name: Seed snapshots (main only)
if: gitea.ref == 'refs/heads/main' if: gitea.ref == 'refs/heads/main'
run: PLAYWRIGHT_UPDATE_SNAPSHOTS=1 npx playwright test tests/e2e/visual-regression.spec.ts --project=chromium run: PLAYWRIGHT_UPDATE_SNAPSHOTS=1 npx playwright test tests/e2e/visual-regression.spec.ts --project=chromium
env: env:
CI: true CI: true
BASE_URL: http://127.0.0.1:3011 BASE_URL: http://127.0.0.1:3011
# Run visual regression tests # Run visual regression tests
- name: Run visual regression tests - name: Run visual regression tests
run: npx playwright test tests/e2e/visual-regression.spec.ts run: npx playwright test tests/e2e/visual-regression.spec.ts
env: env:
CI: true CI: true
BASE_URL: http://127.0.0.1:3011 BASE_URL: http://127.0.0.1:3011
@@ -183,7 +183,7 @@ jobs:
name: visual-regression-results name: visual-regression-results
path: visual-regression.tgz path: visual-regression.tgz
retention-days: 30 retention-days: 30
- name: Stop app - name: Stop app
if: always() if: always()
run: | run: |
@@ -257,7 +257,7 @@ jobs:
name: lhci-results name: lhci-results
path: .lighthouseci/ path: .lighthouseci/
retention-days: 30 retention-days: 30
- name: Stop app - name: Stop app
if: always() if: always()
run: | run: |