Skip to content

Commit

Permalink
BC-7234 - find
Browse files Browse the repository at this point in the history
  • Loading branch information
mamutmk5 authored May 23, 2024
1 parent 4700727 commit 510b327
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
-Dsonar.host.url=https://sonarcloud.io \
-Dsonar.organization=schulcloud-verbund \
-Dsonar.projectKey=hpi-schul-cloud_doido-mongo
- run: find -name "Configmap.java"
- run: find . -name "Configmap.*"

- name: Upload Report
uses: actions/upload-artifact@v4
Expand Down
1 change: 0 additions & 1 deletion src/test/java/de/svs/doido/mongo/dto/ConfigmapTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.BeforeEach;
import lombok.ToString;
import lombok.EqualsAndHashCode;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertNotEquals;

Expand Down

0 comments on commit 510b327

Please sign in to comment.