Skip to content

Commit de4a7bb

Browse files
committed
chore: enable excluded API integration tests
1 parent 758e9b2 commit de4a7bb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/integ_test_api.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)