Skip to content

Commit

Permalink
ci: actually run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoenig134 committed Sep 17, 2024
1 parent cb5911e commit fab5c10
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,8 @@ jobs:
with:
java-version: "17"
distribution: "temurin"
- name: Build Artifact
run: mvn clean verify --batch-mode --file ./pom.xml

- name: Start Backbone
run: docker compose -p test-backbone --env-file .dev/compose.backbone.env -f .dev/compose.backbone.yml up -d

- name: Run Tests
run: mvn test --batch-mode --file ./pom.xml
env:
Expand Down

0 comments on commit fab5c10

Please sign in to comment.