We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d1c318 commit 3bcf2f4Copy full SHA for 3bcf2f4
1 file changed
.github/workflows/ci.yml
@@ -41,9 +41,6 @@ jobs:
41
cache: maven
42
- name: Build and test (jnr-exclude)
43
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
47
48
test-jnr-latest:
49
name: Test (Java 8, jnr-latest)
@@ -59,6 +56,3 @@ jobs:
59
56
run: mvn clean install
60
57
- name: Test with latest jnr dependencies
61
58
run: mvn test -P jnr-latest
62
63
64
0 commit comments