Skip to content

Commit

Permalink
Add workflow to call database tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyMcCormick committed Aug 9, 2024
1 parent 5766c90 commit 592fcce
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Run Tests
on:
push:

jobs:
call_test_postgresql:
uses: ./.github/workflows/test_postgresql.yaml

call_test_mysql:
uses: ./.github/workflows/test_mysql.yaml

call_test_sqlite:
uses: ./.github/workflows/test_sqlite.yaml
2 changes: 1 addition & 1 deletion .github/workflows/test_sqlite.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Test SQLite
on:
push:
workflow_call:

jobs:

Expand Down

0 comments on commit 592fcce

Please sign in to comment.