Skip to content

Commit

Permalink
Just pairwise_writeCompatible
Browse files Browse the repository at this point in the history
  • Loading branch information
prdoyle committed Feb 7, 2024
1 parent 24ab56c commit d5a2a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Run Gradle Test
run: |
./gradlew spotlessCheck spotBugsMain bosk-mongo:test --profile --fail-fast --tests io.vena.bosk.drivers.mongo.SchemaEvolutionTest
./gradlew spotlessCheck spotBugsMain bosk-mongo:test --profile --fail-fast --tests io.vena.bosk.drivers.mongo.SchemaEvolutionTest.pairwise_writeCompatible
env:
ORG_GRADLE_PROJECT_ossrhUsername: ${{secrets.OSSRH_USERNAME}}
ORG_GRADLE_PROJECT_ossrhPassword: ${{secrets.OSSRH_TOKEN}}
Expand Down

0 comments on commit d5a2a7a

Please sign in to comment.