X Tutup
Skip to content

Commit 6da5ce6

Browse files
authored
Update ci.yml
1 parent 96a5f21 commit 6da5ce6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,7 @@ jobs:
1212
uses: actions/setup-java@v1
1313
with:
1414
java-version: 8
15+
- name: Prepare ws
16+
run: rm -f "docker-java/src/test/resources/logback.xml" && mv "docker-java/src/test/resources/travis-logback.xml" "docker-java/src/test/resources/logback-test.xml"
1517
- name: Build with Maven
1618
run: ./mvnw --no-transfer-progress verify

0 commit comments

Comments
 (0)
X Tutup