Skip to content

Commit

Permalink
Merge pull request #55 from hummingbird-project/project-template-update
Browse files Browse the repository at this point in the history
Update from Hummingbird Project Template
  • Loading branch information
Joannis authored Oct 20, 2024
2 parents 9de71fc + bdf2293 commit 3f627a5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,15 @@ jobs:
uses: codecov/codecov-action@v4
with:
file: info.lcov
windows:
runs-on: windows-latest
strategy:
matrix:
swift-version: ["6.0"]
steps:
- uses: compnerd/gha-setup-swift@main
with:
branch: swift-${{ matrix.swift-version }}-release
tag: ${{ matrix.swift-version }}-RELEASE
- uses: actions/checkout@v4
- run: swift test

0 comments on commit 3f627a5

Please sign in to comment.