Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger committed Oct 1, 2024
1 parent a8b5a58 commit 1f54cf1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-end2end-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
with:
config: mxd/kind.config.yaml
cluster_name: mxd

- name: "Install nginx ingress controller"
run: |-
echo "::notice title=nginx ingress on KinD::For details how to run nginx ingress on KinD check https://kind.sigs.k8s.io/docs/user/ingress/#ingress-nginx"
Expand All @@ -58,6 +59,7 @@ jobs:
with:
java-version: '22'
distribution: 'temurin'

- name: "Build Runtime Docker Images"
working-directory: mxd-runtimes
run: |-
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/verify-backend-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# SAP SE - initial API and implementation

---
name: "Run Tests"
name: "Run Backend Tests"

on:
push:
Expand All @@ -22,7 +22,7 @@ on:
branches:
- main
paths:
- 'mxd/backend-service/**'
- 'mxd-runtimes/backend-service/**'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -42,6 +42,7 @@ jobs:
with:
distribution: 'temurin'
java-version: '21'

- run: ./gradlew test
working-directory: mxd/backend-service

- name: Run Backend-Service tets
working-directory: mxd-runtimes
run: ./gradlew :backend-service:test

0 comments on commit 1f54cf1

Please sign in to comment.