Merge pull request #3875 from aws-amplify/5d/appsync-auth-header #874
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Integration Tests | DataStore - All | |
on: | |
workflow_dispatch: | |
push: | |
branches: [main] | |
permissions: | |
id-token: write | |
contents: read | |
concurrency: | |
group: ${{ github.head_ref || github.run_id }} | |
cancel-in-progress: ${{ github.ref_name != 'main'}} | |
jobs: | |
datastore-base-test: | |
name: Base Tests | |
uses: ./.github/workflows/integ_test_datastore_base.yml | |
secrets: inherit | |
datastore-auth-iam-test: | |
name: Auth IAM Tests | |
uses: ./.github/workflows/integ_test_datastore_auth_iam.yml | |
secrets: inherit | |
datastore-cpk-test: | |
name: CPK Tests | |
uses: ./.github/workflows/integ_test_datastore_cpk.yml | |
secrets: inherit | |
datastore-lazy-load-test: | |
name: Lazy Load Tests | |
uses: ./.github/workflows/integ_test_datastore_lazy_load.yml | |
secrets: inherit | |
datastore-multi-auth-test: | |
name: Multi Auth Tests | |
uses: ./.github/workflows/integ_test_datastore_multi_auth.yml | |
secrets: inherit | |
datastore-transformer-v2-test: | |
name: Transformer V2 Tests | |
uses: ./.github/workflows/integ_test_datastore_v2.yml | |
secrets: inherit | |
datastore-auth-cognito-test: | |
name: Auth Cognito Tests | |
uses: ./.github/workflows/integ_test_datastore_auth_cognito.yml | |
secrets: inherit |