Skip to content

Commit 457d53e

Browse files
authored
chore: add ability to manually run integration tests (#2557)
1 parent cac7810 commit 457d53e

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/integ_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Integration Tests
22
on:
3+
workflow_dispatch:
34
push:
45
branches: [main]
56

.github/workflows/integ_test_api.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: API Integration Tests
22
on:
3+
workflow_dispatch:
34
push:
45
branches: [main]
56

.github/workflows/integ_test_datastore.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: DataStore Integration Tests
22
on:
3+
workflow_dispatch:
34
push:
45
branches: [main]
56

.github/workflows/integ_test_datastore_v2.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: DataStore TransformerV2 Tests
22
on:
3+
workflow_dispatch:
34
push:
45
branches: [main]
56

0 commit comments

Comments
 (0)