Merge pull request #55 from hummingbird-project/project-template-update
Update from Hummingbird Project Template
This commit is contained in:
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@@ -60,3 +60,15 @@ jobs:
|
|||||||
uses: codecov/codecov-action@v4
|
uses: codecov/codecov-action@v4
|
||||||
with:
|
with:
|
||||||
file: info.lcov
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user