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 1, 2024
1 parent dfb0296 commit 06e1623
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 @@ -11,7 +11,7 @@ jobs:
with:
java-version: 17
- name: Start docker
run: docker-compose -f docker-compose.test.yml up -d
run: docker compose -f docker-compose.test.yml up -d
- name: Run test
id: test
run: JAVA_OPTS="--enable-preview" ./gradlew test
Expand Down

0 comments on commit 06e1623

Please sign in to comment.