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

build-and-push-backend:
runs-on: ubuntu-latest
needs: unit-testing
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@

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

0 comments on commit b24b445

Please sign in to comment.