From 9295a0b8e8dfa5de1c81dff05f063ed39dad94df Mon Sep 17 00:00:00 2001 From: Gwynne Raskind Date: Sat, 18 Jan 2025 16:33:56 -0600 Subject: [PATCH] [skip ci] Update CI --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6bca306..3578d9f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,17 +6,17 @@ on: pull_request: { types: [opened, reopened, synchronize, ready_for_review] } push: { branches: [ main ] } env: - LOG_LEVEL: info SWIFT_DETERMINISTIC_HASHING: 1 jobs: unit-tests: uses: vapor/ci/.github/workflows/run-unit-tests.yml@main + secrets: inherit leaf-integration: if: ${{ !(github.event.pull_request.draft || false) }} runs-on: ubuntu-latest - container: swift:jammy + container: swift:noble steps: - name: Check out LeafKit uses: actions/checkout@v4