File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -19,19 +19,16 @@ jobs:
1919 secrets : inherit
2020
2121 graphql-user-pool-test :
22- if : ${{ false }}
2322 name : GraphQL | User Pool Tests
2423 uses : ./.github/workflows/integ_test_api_graphql_user_pool.yml
2524 secrets : inherit
2625
2726 graphql-auth-directive-test :
28- if : ${{ false }}
2927 name : GraphQL | Auth Directive Tests
3028 uses : ./.github/workflows/integ_test_api_graphql_auth_directive.yml
3129 secrets : inherit
3230
3331 graphql-iam-test :
34- if : ${{ false }}
3532 name : GraphQL | IAM Tests
3633 uses : ./.github/workflows/integ_test_api_graphql_iam.yml
3734 secrets : inherit
@@ -42,13 +39,11 @@ jobs:
4239 secrets : inherit
4340
4441 graphql-lazy-load-test :
45- if : ${{ false }}
4642 name : GraphQL | Lazy Load Tests
4743 uses : ./.github/workflows/integ_test_api_graphql_lazy_load.yml
4844 secrets : inherit
4945
5046 rest-user-pool-test :
51- if : ${{ false }}
5247 name : REST | User Pool Tests
5348 uses : ./.github/workflows/integ_test_api_rest_user_pool.yml
5449 secrets : inherit
You can’t perform that action at this time.
0 commit comments