Skip to content

Commit

Permalink
ci: fixed the tck-runner.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Maximillian Arruda <dearrudam@gmail.com>
  • Loading branch information
dearrudam committed Jun 5, 2024
1 parent f164b6f commit b81359c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tck-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
cache: maven
- name: Running Jakarta Data TCK tests
# TODO start and stop mongo container
run: mvn test --file jnosql-data-tck-runner/pom.xml -Djnosql.document.database=mongodb -Djnosql.mongodb.host=localhost:27017
run: mvn test --file jnosql-data-tck-runner/pom.xml

0 comments on commit b81359c

Please sign in to comment.