Merge main into feat/ci-npm-audit to resolve divergence

This commit is contained in:
cartsnitch-ci[bot]
2026-03-31 01:23:53 +00:00
6 changed files with 107 additions and 3 deletions
+14 -2
View File
@@ -59,9 +59,21 @@ jobs:
- name: Check for vulnerabilities
run: npm audit --audit-level=high
e2e:
runs-on: runners-cartsnitch
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
cache: npm
- run: npm ci
- run: npx playwright install --with-deps chromium
- run: npx playwright test
build-and-push:
runs-on: runners-cartsnitch
needs: [lint, test]
needs: [lint, test, e2e]
outputs:
calver_tag: ${{ steps.calver.outputs.version }}
steps:
@@ -123,7 +135,7 @@ jobs:
build-and-push-auth:
runs-on: runners-cartsnitch
needs: [lint, test]
needs: [lint, test, e2e]
outputs:
calver_tag: ${{ steps.calver.outputs.version }}
steps: