Skip to content

Run all tests against S3 and S3 Express #58

Run all tests against S3 and S3 Express

Run all tests against S3 and S3 Express #58

name: Integration tests (PR)
on:
pull_request_target:
branches: [ "main" ]
permissions:
id-token: write
contents: read
jobs:
integration:
name: Integration
uses: ./.github/workflows/python-integration.yml
with:
environment: "integration-tests"
ref: ${{ github.event.pull_request.head.sha }}