ci(test): remove repetitive --allow-env flag

This commit is contained in:
ayntee
2021-01-27 12:10:16 +04:00
parent 520f1c194f
commit 4464be4781

View File

@@ -17,6 +17,6 @@ jobs:
run: TEST_TYPE=local deno test --allow-env
- name: Run API tests
if: github.ref == 'refs/heads/master'
run: TEST_TYPE=api deno test --allow-net --allow-env --allow-env
run: TEST_TYPE=api deno test --allow-net --allow-env
env:
DISCORD_TOKEN: ${{ secrets.DISCORD_TOKEN }}