Fixed mutation tests in ci workflow

This commit is contained in:
Alejandro Celaya
2020-12-15 10:01:15 +01:00
parent d39512732a
commit ec3ad8412c
2 changed files with 2 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ jobs:
with:
node-version: 14.15
- run: npm ci
- run: MUTATION_FILES=$(git diff origin/main --name-only | grep -E 'src\/(.*).(ts|tsx)$' | paste -sd ",") npm run mutate:ci
- run: npm run mutate -- --mutate=$(git diff origin/main --name-only | grep -E 'src\/(.*).(ts|tsx)$' | paste -sd ",")
build-docker-image:
runs-on: ubuntu-latest