Skip to content

Added compatibility note #72

Added compatibility note

Added compatibility note #72

Workflow file for this run

name: Tests
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
swift_test:
uses: bdrelling/ci/.github/workflows/swift_test.yml@main
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
DISCORD_CI_WEBHOOK: ${{ secrets.DISCORD_CI_WEBHOOK }}
with:
scheme: KippleUI-Package
platforms: iOS macOS tvOS watchOS
code-coverage: true