Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
fix treadle package name for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiwi committed Feb 1, 2023
1 parent 3a42e95 commit dee8863
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 @@ -177,7 +177,7 @@ jobs:
java-version: ${{ matrix.jvm }}
cache: 'sbt'
- name: Test
run: sbt ++${{ matrix.scala }} "testOnly treadle.**"
run: sbt ++${{ matrix.scala }} "testOnly treadle2.**"

# Sentinel job to simplify how we specify which checks need to pass in branch
# protection and in Mergify
Expand Down

0 comments on commit dee8863

Please sign in to comment.