Skip to content

Commit

Permalink
chore: add ability to manually run integration tests (#2557)
Browse files Browse the repository at this point in the history
  • Loading branch information
ameter committed Nov 9, 2022
1 parent cac7810 commit 457d53e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integ_test.yml
@@ -1,5 +1,6 @@
name: Integration Tests
on:
workflow_dispatch:
push:
branches: [main]

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/integ_test_api.yml
@@ -1,5 +1,6 @@
name: API Integration Tests
on:
workflow_dispatch:
push:
branches: [main]

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/integ_test_datastore.yml
@@ -1,5 +1,6 @@
name: DataStore Integration Tests
on:
workflow_dispatch:
push:
branches: [main]

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/integ_test_datastore_v2.yml
@@ -1,5 +1,6 @@
name: DataStore TransformerV2 Tests
on:
workflow_dispatch:
push:
branches: [main]

Expand Down

0 comments on commit 457d53e

Please sign in to comment.