Skip to content

Commit

Permalink
fix workflow error
Browse files Browse the repository at this point in the history
  • Loading branch information
siewer committed Aug 23, 2024
1 parent 927cd3c commit 8925ed9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docker-build-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- name: Set up Java 22
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 22
- name: Build and test with Maven and profile ut
run: |
Expand Down
1 change: 0 additions & 1 deletion backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@

## First login
`admin:admin` - then forced change

0 comments on commit 8925ed9

Please sign in to comment.