Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,6 @@ jobs:
with:
token: 2760af6a-3405-4882-9e61-04c5176fecfa
if: steps.filter.outputs.code == 'true'
- name: Save ShenYu Maven Repos
if: steps.filter.outputs.code == 'true' && steps.restore-maven-cache.outputs.cache-hit != 'true'
uses: actions/cache/save@v3
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

check-license-header:
name: check-license-header
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ nodes:
- containerPort: 30095
hostPort: 30095
protocol: TCP
- containerPort: 31188
hostPort: 31188
protocol: TCP
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@
# limitations under the License.

http://localhost:30095/actuator/health
http://localhost:31188/actuator/health
Loading