Skip to content

Commit 23cbc12

Browse files
committed
Removed unneccesary components of CI/CD
1 parent c20d96b commit 23cbc12

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.github/workflows/ci.yml

+2-12
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: jpo-utils
33
on: [pull_request, push]
44

55
jobs:
6-
build-deduplicator:
6+
deduplicator-test:
77
runs-on: ubuntu-latest
88
container:
99
image: maven:3.9.9-eclipse-temurin-21
@@ -37,14 +37,4 @@ jobs:
3737
MAVEN_GITHUB_ORG: ${{ github.repository_owner }}
3838
run: |
3939
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
40+
mvn verify -s ./settings.xml

0 commit comments

Comments
 (0)