Update from hummingbird-project-template 2d0499134dc60b407a543eee4ea126078b51d4a0
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