Skip to content

api: improve image urls #20

api: improve image urls

api: improve image urls #20

name: mutation testing
on:
push:
branches:
- master
jobs:
core:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run test:mutation -- --reporters progress,dashboard
env:
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}