File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 42
42
with :
43
43
name : generated-sources
44
44
path : |
45
- ~/ it/java17/target/generated-sources
45
+ it/java17/target/generated-sources
46
46
if-no-files-found : error
47
47
- name : Upload jars
48
48
uses : actions/upload-artifact@v4
81
81
- uses : actions/download-artifact@v4
82
82
with :
83
83
name : classes
84
+ - name : Display downloaded artifact
85
+ run : |
86
+ ls -lhR .
87
+ ls -lhR processor/target/classes
88
+ ls -lhR internal/target/classes
89
+ ls -lhR it/shared/target/classes
90
+ ls -lhR it/java17/target/classes
91
+ ls -lhR it/java8/target/classes
84
92
- uses : actions/cache@v4
85
93
with :
86
94
path : ~/.m2/repository
@@ -103,6 +111,8 @@ jobs:
103
111
- uses : actions/download-artifact@v4
104
112
with :
105
113
name : jars
114
+ - name : Display downloaded artifact
115
+ run : ls -lhR ~/.m2/repository/org/sharedtype
106
116
- uses : actions/cache@v4
107
117
with :
108
118
path : ~/.m2/repository
@@ -122,6 +132,7 @@ jobs:
122
132
- uses : actions/download-artifact@v4
123
133
with :
124
134
name : generated-sources
135
+ path : it/java17/target/generated-sources
125
136
- name : Display downloaded artifact
126
137
run : ls -lhR it/java17/target/generated-sources
127
138
- name : Test Typescript
You can’t perform that action at this time.
0 commit comments