From 05e2d6cbe1379cc4d2fbbdc33268c04039ab6a9a Mon Sep 17 00:00:00 2001 From: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com> Date: Sun, 2 Oct 2022 12:19:22 -0400 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8f41eb3c7..0bb2d6658 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,7 +34,7 @@ jobs: - name: Check Templates run: deno check template/beginner/mod.ts template/minimal/mod.ts - name: Run test script for maintainers - if: ${{ github.actor == 'Skillz4Killz' || github.actor == 'itohatweb' }} + # if: ${{ github.actor == 'Skillz4Killz' || github.actor == 'itohatweb' }} run: deno test --coverage=coverage -A tests/ --parallel - name: Create coverage report if: github.ref == 'refs/heads/main'