Skip to content

Commit 7034154

Browse files
authored
add new ci test (#83)
1 parent fce3fea commit 7034154

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,12 @@ jobs:
124124
chmod +x ./scripts/test-integration-backfill.sh
125125
./scripts/test-integration-backfill.sh
126126
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+
127133
- name: Run Sigma Sync Integration Test
128134
run: |
129135
cd packages/sync-engine

0 commit comments

Comments
 (0)