mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
Update test.yml
This commit is contained in:
@@ -34,7 +34,7 @@ jobs:
|
|||||||
- name: Check Templates
|
- name: Check Templates
|
||||||
run: deno check template/beginner/mod.ts template/minimal/mod.ts
|
run: deno check template/beginner/mod.ts template/minimal/mod.ts
|
||||||
- name: Run test script for maintainers
|
- 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
|
run: deno test --coverage=coverage -A tests/ --parallel
|
||||||
- name: Create coverage report
|
- name: Create coverage report
|
||||||
if: github.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/main'
|
||||||
|
|||||||
Reference in New Issue
Block a user