Merge pull request #150 from Skillz4Killz/fix-tests

Add DISCORD_TOKEN env variable to test workflow
This commit is contained in:
ayntee
2020-10-28 12:00:18 -07:00
committed by GitHub

View File

@@ -12,4 +12,6 @@ jobs:
- name: Cache dependencies
run: deno cache mod.ts
- name: Run test script
run: deno test -A
run: deno test -A
env:
DISCORD_TOKEN: ${{ secrets.DISCORD_TOKEN }}