File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88
88
time : ' 25s'
89
89
90
90
- name : Build Telemetry with Gradle
91
- working-directory : src/infra /telemetry
91
+ working-directory : src/common /telemetry
92
92
run : gradle clean build publish
93
93
- name : Sleep for 20 seconds
94
94
uses : whatnick/wait-action@master
@@ -100,15 +100,15 @@ jobs:
100
100
# ====================================================
101
101
102
102
- name : Build Actors with Gradle
103
- working-directory : src/common /actors
103
+ working-directory : src/internal /actors
104
104
run : gradle clean build publish
105
105
- name : Sleep for 20 seconds
106
106
uses : whatnick/wait-action@master
107
107
with :
108
108
time : ' 25s'
109
109
110
110
- name : Build http with Gradle
111
- working-directory : src/common /http
111
+ working-directory : src/internal /http
112
112
run : gradle clean build publish
113
113
- name : Sleep for 20 seconds
114
114
uses : whatnick/wait-action@master
Original file line number Diff line number Diff line change 1
- 2.11.0
1
+ 2.11.1
You can’t perform that action at this time.
0 commit comments