Skip to content

Commit f364cda

Browse files
committed
Add taskfile for local defectdojo hook testing
Ci remains in a seperate job as it needs to install java (which isn't part of the normal hook matrix
1 parent fef18a7 commit f364cda

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: "3"
2+
3+
includes:
4+
hook:
5+
taskfile: ../Taskfile.yaml
6+
flatten: true
7+
vars:
8+
hookName: persistence-defectdojo
9+
excludes:
10+
- test:unit
11+
12+
tasks:
13+
test:unit:
14+
cmds:
15+
- ./gradlew test
16+
dir: hook

0 commit comments

Comments
 (0)