Update test.yml

This commit is contained in:
Skillz4Killz
2022-10-02 12:19:22 -04:00
committed by GitHub
parent c7c1d86338
commit 05e2d6cbe1

View File

@@ -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'