From 6090910d1c73071a73b0b9b884bf150c9e32c806 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Tue, 3 Oct 2023 10:25:26 +0200 Subject: [PATCH] ci: reactivate mutation tests --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c701c827..d3e212eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -115,12 +115,12 @@ jobs: if: always() run: | make rector-dry -# - name: Run mutation tests -# if: always() -# env: -# INFECTION_BADGE_API_KEY: ${{ secrets.INFECTION_BADGE_API_KEY }} -# run: | -# make mutation + - name: Run mutation tests + if: always() + env: + INFECTION_BADGE_API_KEY: ${{ secrets.INFECTION_BADGE_API_KEY }} + run: | + make mutation - name: Generate code coverage run: | make code-coverage