diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b29107f2..bf98c7fd6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -184,7 +184,8 @@ jobs: - uses: actions/checkout@v2 - uses: sersoft-gmbh/SwiftyActions@v1 with: - release-version: 5.5.1 + release-version: "5" + github-token: ${{ secrets.GITHUB_TOKEN }} - name: Build run: swift build - name: Test @@ -197,7 +198,21 @@ jobs: with: env_vars: LINUX fail_ci_if_error: true - + + windows: + runs-on: windows-2019 + steps: + - uses: actions/checkout@v2 + - uses: MaxDesiatov/swift-windows-action@v1 + with: + swift-version: "5.5.1" + shell-action: swift test --enable-test-discovery --enable-code-coverage + - name: Upload coverage to Codecov + uses: codecov/codecov-action@v2 + with: + env_vars: WINDOWS + fail_ci_if_error: false + docs: needs: xcode-build-watchos runs-on: macos-latest diff --git a/README.md b/README.md index e3031f09f..29d0cce59 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@  -