Skip to content

Commit a95314b

Browse files
authored
Addressing zio-json release review comments (#2809)
@adamw Applying Copilot's correct review suggestion #2806 (comment) Before submitting pull request: - [x] Check if the project compiles by running `sbt compile` - [x] Verify docs compilation by running `sbt compileDocs` - [x] Check if tests pass by running `sbt test` - [x] Format code by running `sbt scalafmt`
1 parent f5c6c47 commit a95314b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,9 @@ jobs:
101101
run: echo "STTP_NATIVE=1" >> $GITHUB_ENV
102102
- name: Enable ZIO and Loom-specific modules
103103
if: matrix.java == '21'
104-
run: echo "ONLY_LOOM=1" >> $GITHUB_ENV
104+
run: |
105+
echo "WITH_ZIO=1" >> $GITHUB_ENV
106+
echo "ONLY_LOOM=1" >> $GITHUB_ENV
105107
- name: Compile
106108
run: sbt compile
107109
- name: Publish artifacts

0 commit comments

Comments
 (0)