Skip to content

Merge pull request #39 from corbado/38-adapt-to-new-session-management #128

Merge pull request #39 from corbado/38-adapt-to-new-session-management

Merge pull request #39 from corbado/38-adapt-to-new-session-management #128

Workflow file for this run

name: tests
on:
push:
# Matches all branches including / in name
branches: '**'
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
unittests:
uses: "./.github/workflows/ci_unittests.yml"
secrets: inherit
integrationtests:
uses: "./.github/workflows/ci_integrationtests.yml"
secrets: inherit
lint:
uses: "./.github/workflows/ci_lint.yml"
secrets: inherit