From 39cab0e954163cac4669bf59e7ab8a39e3c14d57 Mon Sep 17 00:00:00 2001 From: Alexander Meindl Date: Wed, 1 Apr 2020 08:19:43 +0200 Subject: [PATCH] Update github actions --- .github/workflows/tests.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a3e339b..e18a54e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,10 +18,13 @@ jobs: ruby: - v2.4 - v2.6 + database: + - sqlite3 + - postgres steps: - name: Redmine plugin test - uses: two-pack/redmine-plugin-test-action@v2 + uses: two-pack/redmine-plugin-test-action@add_db_option with: plugin_name: redmine_messenger redmine_version: ${{ matrix.redmine }}