File tree Expand file tree Collapse file tree 2 files changed +30
-2
lines changed Expand file tree Collapse file tree 2 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 1
- name : Upstream Dispatch
1
+ name : Upstream Dispatch v2
2
2
3
3
# test build when upstream jackson modules are published
4
4
9
9
10
10
jobs :
11
11
build :
12
- name : Build and Test
12
+ name : Build and Test on databind v2 changes
13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Checkout current branch (full)
Original file line number Diff line number Diff line change
1
+ name : Upstream Dispatch v3
2
+
3
+ # test build when upstream jackson modules are published
4
+
5
+ on :
6
+ repository_dispatch :
7
+ types : [jackson-databind-pushed]
8
+ workflow_dispatch :
9
+
10
+ jobs :
11
+ build :
12
+ name : Build and Test on databind v3 changes
13
+ runs-on : ubuntu-latest
14
+ steps :
15
+ - name : Checkout current branch (full)
16
+ uses : actions/checkout@v4
17
+ with :
18
+ ref : master
19
+ fetch-depth : 0
20
+
21
+ - name : Setup Java (zulu@11)
22
+ uses : actions/setup-java@v4
23
+ with :
24
+ distribution : zulu
25
+ java-version : 11
26
+ cache : sbt
27
+
28
+ - run : sbt -J-Xmx2G '++ 2.13' test
You can’t perform that action at this time.
0 commit comments