File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 17
17
18
18
steps :
19
19
- uses : actions/checkout@v4
20
+ - name : actions/setup-java@v3
21
+ uses : actions/setup-java@v3
22
+ with :
23
+ distribution : ' temurin'
24
+ java-version : 17
25
+ architecture : x64
20
26
- name : Setup Node.js
21
27
uses : actions/setup-node@v3
22
28
with :
28
34
run : npm test
29
35
- name : Test building docs
30
36
run : export NODE_OPTIONS=--openssl-legacy-provider; npm run docs:build
37
+ - name : Test generator
38
+ run : cd generator; mvn package
Original file line number Diff line number Diff line change 45
45
</configuration >
46
46
</plugin >
47
47
48
- <!-- attach test jar -->
49
48
<plugin >
50
49
<groupId >org.apache.maven.plugins</groupId >
51
50
<artifactId >maven-jar-plugin</artifactId >
52
51
<version >3.3.0</version >
53
52
<executions >
54
53
<execution >
55
- < goals >
56
- < goal >jar</ goal >
57
- <goal >test- jar</goal >
58
- </goals >
54
+ < id >default-jar</ id >
55
+ < goals >
56
+ <goal >jar</goal >
57
+ </goals >
59
58
</execution >
60
59
</executions >
61
60
<configuration >
You can’t perform that action at this time.
0 commit comments