diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index efc6447a..9d1d5c9f 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -1,4 +1,4 @@ -name: "Pull Request Labeler" +name: Pull Request Labeler on: pull_request: diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml index ba7f51cd..d68b33a4 100644 --- a/.github/workflows/sonarqube.yml +++ b/.github/workflows/sonarqube.yml @@ -20,6 +20,7 @@ jobs: distribution: 'zulu' java-version: '21' cache: 'maven' + # TODO maybe step to use Testcontainers Cloud but github actions env has docker already therefore no explicit docker installation is needed - name: Build and analyze env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any diff --git a/.run/All Backend.run.xml b/.run/All Backend.run.xml new file mode 100644 index 00000000..f1b2bd36 --- /dev/null +++ b/.run/All Backend.run.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.run/All Project Tests.run.xml b/.run/All Project Tests.run.xml index b71ac559..68c1998c 100644 --- a/.run/All Project Tests.run.xml +++ b/.run/All Project Tests.run.xml @@ -11,7 +11,7 @@