We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96a5f21 commit 6da5ce6Copy full SHA for 6da5ce6
.github/workflows/ci.yml
@@ -12,5 +12,7 @@ jobs:
12
uses: actions/setup-java@v1
13
with:
14
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"
17
- name: Build with Maven
18
run: ./mvnw --no-transfer-progress verify
0 commit comments