File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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 :
You can’t perform that action at this time.
0 commit comments