Skip to content

AB-449 Fix flaky tests and properly clean up resources #96

AB-449 Fix flaky tests and properly clean up resources

AB-449 Fix flaky tests and properly clean up resources #96

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
types: [ opened, reopened, synchronize ]
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
test:
name: Tests
uses: ./.github/workflows/test.yml
secrets: inherit