We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e11b7c + 1f838ff commit 4bf698aCopy full SHA for 4bf698a
.github/workflows/maven-manual.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: docker/setup-buildx-action@v3
27
- name: Start Unit Test Website
28
run: |
29
- docker-compose up --build -d
+ docker compose up --build -d
30
- name: Build & Test
31
run: mvn clean test
32
- name: Upload screenshots
.github/workflows/maven-publish.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- name: Build, Test & Release
uses: ncipollo/release-action@v1
with:
0 commit comments