Skip to content

Integration Tests | API - All #301

Integration Tests | API - All

Integration Tests | API - All #301

Workflow file for this run

name: Integration Tests | API - 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:
functional-test:
name: Functional Tests
uses: ./.github/workflows/integ_test_api_functional.yml
secrets: inherit
graphql-user-pool-test:
if: ${{ false }}
name: GraphQL | User Pool Tests
uses: ./.github/workflows/integ_test_api_graphql_user_pool.yml
secrets: inherit
graphql-auth-directive-test:
if: ${{ false }}
name: GraphQL | Auth Directive Tests
uses: ./.github/workflows/integ_test_api_graphql_auth_directive.yml
secrets: inherit
graphql-iam-test:
if: ${{ false }}
name: GraphQL | IAM Tests

Check failure on line 35 in .github/workflows/integ_test_api.yml

View workflow run for this annotation

GitHub Actions / Integration Tests | API - All

Invalid workflow file

The workflow is not valid. aws-amplify/amplify-swift/.github/workflows/integ_test_api_graphql_lazy_load.yml@27a0cbf532b8c88c7f83bf1341105e070af03c6a (Line: 35, Col: 24): Invalid input, build_cache_key is not defined in the referenced workflow.
uses: ./.github/workflows/integ_test_api_graphql_iam.yml
secrets: inherit
graphql-lambda-auth-test:
name: GraphQL | Lambda Tests
uses: ./.github/workflows/integ_test_api_graphql_lambda_auth.yml
secrets: inherit
graphql-lazy-load-test:
if: ${{ false }}
name: GraphQL | Lazy Load Tests
uses: ./.github/workflows/integ_test_api_graphql_lazy_load.yml
secrets: inherit
rest-user-pool-test:
if: ${{ false }}
name: REST | User Pool Tests
uses: ./.github/workflows/integ_test_api_rest_user_pool.yml
secrets: inherit
rest-iam-test:
name: REST | IAM Tests
uses: ./.github/workflows/integ_test_api_rest_iam.yml
secrets: inherit