Skip to content

Integration tests against canton oss #110

Integration tests against canton oss

Integration tests against canton oss #110

name: Integration tests against canton oss
on:
schedule:
- cron: '0 4 * * *'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
id-token: write # Required for GCP Workload Identity for failure notifications
contents: read
pull-requests: read # Required for the static tests
issues: read # Required for the static tests
actions: write # To cancel itself if not opted in
jobs:
build:
uses: ./.github/workflows/build.yml
with:
oss_only: true
secrets: inherit