From 93c8349425d437b1221e8554828cb39386680c26 Mon Sep 17 00:00:00 2001 From: Matthew Thomas Date: Thu, 18 Apr 2024 21:31:41 +0100 Subject: [PATCH] fix workflow file --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 9ae5890..5343aeb 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -29,7 +29,7 @@ jobs: - run: npm run build - run: npm run test - name: Publish Test Results - run: npx github-actions-ctrf summary ctrf/ctrf-report.json + run: npx github-actions-ctrf summary ctrf/ctrf-report.json - run: npm run lint-check - run: npm run format-check