Skip to content

Commit a07d294

Browse files
Add mill-plugin mutation testing job
1 parent e1d8b96 commit a07d294

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

.github/workflows/mutation-testing.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 0
1818
- uses: ./.github/setup
1919
- name: Run Stryker4s
20-
run: sbt 'core/stryker --reporters console --reporters dashboard'
20+
run: sbt 'core3/stryker --reporters console --reporters dashboard'
2121
env:
2222
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
2323

@@ -34,6 +34,19 @@ jobs:
3434
env:
3535
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
3636

37+
mill-plugin:
38+
runs-on: ubuntu-latest
39+
steps:
40+
- uses: actions/checkout@v7
41+
with:
42+
# Fetch all commits, used by sbt-dynver plugin to determine version
43+
fetch-depth: 0
44+
- uses: ./.github/setup
45+
- name: Run Stryker4s
46+
run: sbt 'millPlugin/stryker --reporters console --reporters dashboard'
47+
env:
48+
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
49+
3750
maven-plugin:
3851
runs-on: ubuntu-latest
3952
steps:

0 commit comments

Comments
 (0)