update name of test

This commit is contained in:
Skillz4Killz
2021-05-06 14:18:00 +00:00
committed by GitHub
parent 57ee742616
commit 4c274f3589
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
deno-version: ${{ matrix.deno }}
- name: Cache dependencies
run: deno cache mod.ts
- name: Run test script if label added
- name: Run tests if requested by maintainers
if: ${{ github.event.issue.pull_request && github.event.comment.body == 'run-tests' && (github.actor == 'Skillz4Killz' || github.actor == 'itohatweb') }}
run: DISCORD_TOKEN=${{ env.DISCORD_TOKEN }} deno test --unstable --coverage=coverage -A tests/mod.ts
env: