Skip to content

Feature/real time flags #13

Feature/real time flags

Feature/real time flags #13

name: Verify pull request to main
on:
pull_request:
branches:
- "main"
jobs:
test:
name: Run Unit Tests
runs-on: General-Purpose-4c-Runner
steps:
- uses: actions/checkout@v3
- name: Preconfigure gradle
uses: ./.github/actions/prepare-gradle
- name: Run unit tests
run: ./gradlew check -x koverVerify -P excludeIntegrationTests