Skip to content

Commit 5cee2b2

Browse files
barmacnikku
authored andcommitted
ci: run integration as part of CI
1 parent 66ec6ff commit 5cee2b2

File tree

2 files changed

+5
-23
lines changed

2 files changed

+5
-23
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,8 @@ jobs:
1515
- name: Install dependencies
1616
run: npm ci
1717
- name: Build
18-
run: npm run all
18+
run: npm run all
19+
- name: Fetch connector templates
20+
run: npm run fetch:connector-templates
21+
- name: Run integration test
22+
run: npm run test:integration

.github/workflows/INTEGRATION.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)