Skip to content

Commit 405f07c

Browse files
committed
Adds plugin test action
Signed-off-by: Daniel Kastl <[email protected]>
1 parent 98af622 commit 405f07c

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/workflows/redmine.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Test with Redmine
2+
3+
on:
4+
push:
5+
branches:
6+
- develop
7+
- master
8+
9+
jobs:
10+
test:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Checkout repository
14+
uses: actions/checkout@v2
15+
16+
- name: Redmine plugin test
17+
uses: two-pack/redmine-plugin-test-action@v2
18+
with:
19+
plugin_name: redmine_text_blocks
20+
redmine_version: v4.1
21+
ruby_version: v2.6
22+
database: postgresql

0 commit comments

Comments
 (0)