Skip to content

Test integrations

Test integrations #195

name: Test integrations
on:
schedule:
- cron: '8 10 * * *' # 10:08 UTC
jobs:
run-python-tests:
name: Run Python tests
uses: logikal-io/github-workflows/.github/workflows/run-python-tests.yml@v9
with:
pytest-options: --fast
aws-testing-role: arn:aws:iam::979401941518:role/testing-stormware-logikal-io
aws-testing-region: eu-central-2
gcp-testing-workload-identity-provider: "projects/535697707941/locations/global/\
workloadIdentityPools/ci-cd/providers/\
github-actions"
gcp-testing-service-account: [email protected]
permissions:
contents: read
id-token: write
# Not supported currently, see https://github.com/actions/runner/issues/2415
# timeout-minutes: 10