Skip to content

Commit bfd7882

Browse files
committed
chore: enable ds/api lazy load tests (#2751)
1 parent 0bffc7b commit bfd7882

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/integ_test_api.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ jobs:
163163
scheme: AWSAPIPluginGraphQLLambdaAuthTests
164164

165165
api-lazy-load-test:
166-
if: ${{ false }}
167166
needs: prepare-for-test
168167
runs-on: macos-12
169168
environment: IntegrationTest

.github/workflows/integ_test_datastore_lazy_load.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: DataStore Lazy Load Tests
22
on:
33
workflow_dispatch:
44
push:
5-
branches: [data-dev-preview]
5+
branches: [main]
66

77
permissions:
88
id-token: write

0 commit comments

Comments
 (0)