Feat v0.7.2 package runners ci gate #56
@@ -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' ||
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user