Skip to content

Commit

Permalink
Merge branch 'main' into fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fpseverino authored Jan 19, 2025
2 parents ea3f8f8 + 9295a0b commit 20faf17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
pull_request: { types: [opened, reopened, synchronize, ready_for_review] }
push: { branches: [ main ] }
env:
LOG_LEVEL: info
SWIFT_DETERMINISTIC_HASHING: 1

jobs:
Expand All @@ -15,11 +14,12 @@ jobs:
with:
with_musl: true
ios_scheme_name: leaf-kit
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
Expand Down

0 comments on commit 20faf17

Please sign in to comment.