Skip to content

ci(examples): test examples on code changes in the library #40

ci(examples): test examples on code changes in the library

ci(examples): test examples on code changes in the library #40

Workflow file for this run

name: Tests (Library)
on:
push:
paths-ignore:
- 'docs/**'
- 'examples/**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gradle/actions/setup-gradle@v4
- name: Run Tests
run: ./gradlew check