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 - run : sudo apt-get install -y tzdata
1818 - run : sudo ln -fs /usr/share/zoneinfo/America/Sao_Paulo /etc/localtime
1919 - run : yarn
20+
2021 - run : yarn test-ci
2122 - name : Coveralls
2223 uses : coverallsapp/github-action@v2
Original file line number Diff line number Diff line change 22name : Mutator CI
33on :
44 push :
5- branches :
6- - main
7- paths-ignore :
8- - .github/workflows/mutator.yaml
9- - .github/workflows/main.yaml
5+ # branches:
6+ # - main
7+ # paths-ignore:
8+ # - .github/workflows/mutator.yaml
9+ # - .github/workflows/main.yaml
1010env :
11- SERVICE_HOST : " dashboard.stryker-mutator.io"
1211 PROJECT : " nodejs-hexagonal-boilerplate"
13- API_KEY : ${{ secrets.STRIKER_MUTATOR_TOKEN }}
14-
12+ STRYKER_DASHBOARD_API_KEY : ${{ secrets.STRIKER_MUTATOR_TOKEN }}
1513jobs :
1614 mutator :
1715 runs-on : ubuntu-latest
3634 - name : Mutator run mutator
3735 run : |
3836 yarn stryker-mutate --reporters dashboard \
39- --dashboard.version ${{ steps.extract_branch.outputs.branch }}
37+ --dashboard.version ${{ steps.extract_branch.outputs.branch }} \
38+ --dashboard.project ${{ env.PROJECT }}
You can’t perform that action at this time.
0 commit comments