From ad0f4e85ee97c96e4099877bee98eedbbcc8a2e0 Mon Sep 17 00:00:00 2001 From: ASuciuX Date: Mon, 11 Dec 2023 00:13:29 +0200 Subject: [PATCH] feat: check if cache exists, if not create it, else update it --- .github/workflows/log-mutants.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/log-mutants.yml b/.github/workflows/log-mutants.yml index d2170f7a5b..7766ae1b5e 100644 --- a/.github/workflows/log-mutants.yml +++ b/.github/workflows/log-mutants.yml @@ -23,6 +23,7 @@ jobs: save_cache: runs-on: ubuntu-latest + # test steps: - name: Run logging mutants from actions uses: ASuciuX/actions/mutation-testing/logger@feat/mutation-testing