Feat v0.7.2 package runners ci gate #56

Merged
xcaliber merged 17 commits from feat/v0.7.2-package-runners-ci-gate into main 2026-04-02 12:10:57 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit bbdaaf5628 - Show all commits

View File

@@ -374,7 +374,7 @@ jobs:
# Skipped when: only docs changed.
test-runners:
runs-on: ubuntu-latest
needs: [detect-changes, test-sqlite]
needs: [detect-changes]
if: |
!cancelled() && !failure() &&
(needs.detect-changes.outputs.backend == 'true' ||

View File

@@ -30,6 +30,7 @@ services:
dockerfile_inline: |
FROM mcr.microsoft.com/playwright:v1.52.0-noble
WORKDIR /work
RUN npm init -y && npm install playwright
COPY ci/ /work/ci/
RUN chmod +x /work/ci/*.sh
depends_on: