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 b24b445 commit eeb6ba0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-build-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
java-version: 22
- name: Build and test with Maven and profile ut
run: |
pwd
ls -la
cd backend
mvn clean test -Dspring.profiles.active=ut

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 eeb6ba0

Please sign in to comment.