Skip to content

Fixing build issue

Fixing build issue #5

---
name: Development build
on:
pull_request:
branches:
- 'master'
push:
branches:
- 'datastore-kotlin-impl'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/config-action
- name: Run Unit Tests
run: ./gradlew persistent-cookie-jar-okhttp:test