We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fce3fea commit 7034154Copy full SHA for 7034154
.github/workflows/ci.yml
@@ -124,6 +124,12 @@ jobs:
124
chmod +x ./scripts/test-integration-backfill.sh
125
./scripts/test-integration-backfill.sh
126
127
+ - name: Run Sync Run Lifecycle Integration Test
128
+ run: |
129
+ cd packages/sync-engine
130
+ chmod +x ./scripts/test-integration-sync-run-lifecycle.sh
131
+ ./scripts/test-integration-sync-run-lifecycle.sh
132
+
133
- name: Run Sigma Sync Integration Test
134
run: |
135
cd packages/sync-engine
0 commit comments