Skip to content

Commit fe82294

Browse files
committed
Fix CI
1 parent e912e25 commit fe82294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
with:
121121
node-version: 21.6.1
122122
- name: Run tests
123-
run: sbt ++${{ matrix.scala }} 'zioProcess/test'
123+
run: sbt ++${{ matrix.scala }} test
124124

125125

126126
ci:

0 commit comments

Comments
 (0)