Skip to content

Commit 3bcf2f4

Browse files
committed
Remove redundant build steps
1 parent 6d1c318 commit 3bcf2f4

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ jobs:
4141
cache: maven
4242
- name: Build and test (jnr-exclude)
4343
run: mvn clean test -P jnr-exclude
44-
- name: Build and test dogstatsd-http-core
45-
run: mvn clean install
46-
working-directory: dogstatsd-http-core
4744

4845
test-jnr-latest:
4946
name: Test (Java 8, jnr-latest)
@@ -59,6 +56,3 @@ jobs:
5956
run: mvn clean install
6057
- name: Test with latest jnr dependencies
6158
run: mvn test -P jnr-latest
62-
- name: Build and test dogstatsd-http-core
63-
run: mvn clean install
64-
working-directory: dogstatsd-http-core

0 commit comments

Comments
 (0)