From 488aa989ba50f9c0de16c437fbbd11249d736218 Mon Sep 17 00:00:00 2001 From: Szymon Fiedler Date: Thu, 12 Oct 2023 18:59:24 +0200 Subject: [PATCH] Doh --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d138952..0393f93 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,6 @@ jobs: - name: Run mutations run: | bundle exec mutant subscription test && bundle exec mutant run - working-directory: rails if: steps.license.outcome == 'success'