Skip to content

Commit 335a304

Browse files
authored
Add AnimalSniffer test in CI (#3662)
1 parent f0244d7 commit 335a304

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

+3
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
- name: Extract project Maven version
4949
id: projectVersion
5050
run: echo ::set-output name=version::$(./mvnw org.apache.maven.plugins:maven-help-plugin:3.2.0:evaluate -DforceStdout -Dexpression=project.version -q)
51+
- name: Verify Android SDK Compatibility
52+
if: matrix.java_version == '8'
53+
run: ./mvnw -B -q -ff -ntp -DskipTests animal-sniffer:check
5154
- name: Deploy snapshot
5255
if: github.event_name != 'pull_request' && matrix.java_version == '8' && endsWith(steps.projectVersion.outputs.version, '-SNAPSHOT')
5356
env:

0 commit comments

Comments
 (0)