Skip to content

Commit

Permalink
chore(pact-jvm-server): Run pact-jvm-server tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Nov 20, 2024
1 parent 73697db commit 393c22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
operating-system: [ ubuntu-latest, windows-latest, macos-latest ]
module: [ core, 'consumer -x :consumer:junit:clojureTest', provider, pact-specification-test ]
module: [ core, 'consumer -x :consumer:junit:clojureTest', provider, pact-specification-test, pact-jvm-server ]
steps:
- uses: actions/checkout@v2
- name: Set up JDK 23
Expand Down

0 comments on commit 393c22e

Please sign in to comment.