Skip to content

Commit

Permalink
Expose a way to force unpublished event to be published
Browse files Browse the repository at this point in the history
  • Loading branch information
larousso committed Aug 2, 2024
1 parent cc5522a commit 9a52698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
id: test
run: JAVA_OPTS="--enable-preview" ./gradlew test
- name: Stop docker
run: docker-compose -f docker-compose.test.yml down
run: docker compose -f docker-compose.test.yml down
- name: Run sample application test
run: JAVA_OPTS="--enable-preview" ./gradlew :sample:test
- name: Publish Unit Test Results
Expand Down

0 comments on commit 9a52698

Please sign in to comment.