Skip to content

Commit 0ac4010

Browse files
authored
chore(test): move test disabling from child to parent workflows (#2977)
1 parent 50fbbc7 commit 0ac4010

6 files changed

+7
-4
lines changed

.github/workflows/integ_test_api.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,19 @@ jobs:
3535
secrets: inherit
3636

3737
graphql-user-pool-test:
38+
if: ${{ false }}
3839
needs: prepare-for-test
3940
uses: ./.github/workflows/integ_test_api_graphql_user_pool.yml
4041
secrets: inherit
4142

4243
graphql-auth-directive-test:
44+
if: ${{ false }}
4345
needs: prepare-for-test
4446
uses: ./.github/workflows/integ_test_api_graphql_auth_directive.yml
4547
secrets: inherit
4648

4749
graphql-iam-test:
50+
if: ${{ false }}
4851
needs: prepare-for-test
4952
uses: ./.github/workflows/integ_test_api_graphql_iam.yml
5053
secrets: inherit
@@ -55,11 +58,13 @@ jobs:
5558
secrets: inherit
5659

5760
graphql-lazy-load-test:
61+
if: ${{ false }}
5862
needs: prepare-for-test
5963
uses: ./.github/workflows/integ_test_api_graphql_lazy_load.yml
6064
secrets: inherit
6165

6266
rest-user-pool-test:
67+
if: ${{ false }}
6368
needs: prepare-for-test
6469
uses: ./.github/workflows/integ_test_api_rest_user_pool.yml
6570
secrets: inherit

.github/workflows/integ_test_api_graphql_auth_directive.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ permissions:
99

1010
jobs:
1111
api-graphql-auth-directive-test:
12-
if: ${{ false }}
1312
runs-on: macos-12
1413
environment: IntegrationTest
1514
steps:

.github/workflows/integ_test_api_graphql_iam.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ permissions:
99

1010
jobs:
1111
api-graphql-iam-test:
12-
if: ${{ false }}
1312
runs-on: macos-12
1413
environment: IntegrationTest
1514
steps:

.github/workflows/integ_test_api_graphql_user_pool.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ permissions:
99

1010
jobs:
1111
api-graphql-user-pool-test:
12-
if: ${{ false }}
1312
runs-on: macos-12
1413
environment: IntegrationTest
1514
steps:

.github/workflows/integ_test_api_rest_user_pool.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ permissions:
99

1010
jobs:
1111
api-rest-user-pool-test:
12-
if: ${{ false }}
1312
runs-on: macos-12
1413
environment: IntegrationTest
1514
steps:

.github/workflows/integ_test_datastore.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,13 @@ jobs:
5151
secrets: inherit
5252

5353
datastore-multi-auth-test:
54+
if: ${{ false }}
5455
needs: prepare-for-test
5556
uses: ./.github/workflows/integ_test_datastore_multi_auth.yml
5657
secrets: inherit
5758

5859
datastore-transformer-v2-test:
60+
if: ${{ false }}
5961
needs: prepare-for-test
6062
uses: ./.github/workflows/integ_test_datastore_v2.yml
6163
secrets: inherit

0 commit comments

Comments
 (0)