diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 66ffb8a..8fac8d7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,4 +33,4 @@ jobs: - uses: actions/checkout@v4 - uses: ./.github/actions/sbt with: - command: ${{ matrix.component }}/Test/test + command: ${{ matrix.component }}/test