Skip to content

feat(auth): add isExpired variable to session type (#399) #65

feat(auth): add isExpired variable to session type (#399)

feat(auth): add isExpired variable to session type (#399) #65

name: Integration Tests
on:
push:
branches:
- main
- release/*
workflow_dispatch:
concurrency:
group: integration-tests-${{ github.ref }}
cancel-in-progress: true
jobs:
integration-tests:
runs-on: macos-14
name: Integration Tests
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Select Xcode 15.3
run: sudo xcode-select -s /Applications/Xcode_15.3.app
- name: Run tests
run: make test-integration
env:
SUPABASE_URL: ${{ secrets.SUPABASE_URL }}
SUPABASE_ANON_KEY: ${{ secrets.SUPABASE_ANON_KEY }}
SUPABASE_SERVICE_ROLE_KEY: ${{ secrets.SUPABASE_SERVICE_ROLE_KEY }}