Skip to content

Commit

Permalink
Test pulsar-ai-tools in CI (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbornet authored Jul 13, 2023
1 parent 4a6cc0c commit edb2daa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
run: mvn -B license:check

- name: Build with Maven skipTests
run: mvn -B clean install -DskipTests
run: mvn -B clean install -DskipTests -Dspotbugs.skip -Dlicense.skip

- name: Spotbugs check
run: mvn -B spotbugs:check

- name: Unit tests
run: mvn -B test -DfailIfNoTests=false -pl streaming-ai,pulsar-transformations
run: mvn -B test -DfailIfNoTests=false -pl streaming-ai,pulsar-transformations,pulsar-ai-tools

tests-ls:
name: Integration tests on Luna Streaming
Expand Down

0 comments on commit edb2daa

Please sign in to comment.