Skip to content

feat(auth): add resetStatusOnBackground config to keep session status on background #2773

feat(auth): add resetStatusOnBackground config to keep session status on background

feat(auth): add resetStatusOnBackground config to keep session status on background #2773

Workflow file for this run

name: Test project
on:
pull_request:
branches:
- '*'
push:
branches:
- 'master'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
strategy:
matrix:
command: [
'jvmTest',
# 'jsBrowserTest wasmJsBrowserTest',
'iosX64Test iosSimulatorArm64Test',
'macosArm64Test macosX64Test',
'tvosX64Test tvosSimulatorArm64Test',
'watchosX64Test watchosSimulatorArm64Test',
'mingwX64Test',
]
runs-on: macos-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4.0.1
with:
cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
cache-read-only: ${{ github.ref != 'refs/heads/master' }}
- name: Test supabase-kt
timeout-minutes: 20
run: ./gradlew -DLibrariesOnly=true ${{ matrix.command }} --stacktrace --configuration-cache