We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c20d96b commit 23cbc12Copy full SHA for 23cbc12
.github/workflows/ci.yml
@@ -3,7 +3,7 @@ name: jpo-utils
3
on: [pull_request, push]
4
5
jobs:
6
- build-deduplicator:
+ deduplicator-test:
7
runs-on: ubuntu-latest
8
container:
9
image: maven:3.9.9-eclipse-temurin-21
@@ -37,14 +37,4 @@ jobs:
37
MAVEN_GITHUB_ORG: ${{ github.repository_owner }}
38
run: |
39
cd $GITHUB_WORKSPACE/jpo-deduplicator/jpo-deduplicator
40
- mvn verify -s ./settings.xml
41
-
42
- - name: Archive Test Results
43
- uses: actions/upload-artifact@v4
44
- with:
45
- name: intersection-api-test-results
46
- path: $GITHUB_WORKSPACE/jpo-deduplicator/jpo-deduplicator/target/surefire-reports
47
48
- - name: Clean up
49
- run: |
50
- rm -rf $GITHUB_WORKSPACE/jpo-deduplicator/jpo-deduplicator/target
+ mvn verify -s ./settings.xml
0 commit comments