mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-30 15:30:07 +00:00
test regex
This commit is contained in:
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -15,6 +15,7 @@ jobs:
|
||||
run: deno cache mod.ts
|
||||
- name: Run test script
|
||||
if: github.ref == 'refs/heads/main'
|
||||
run: deno test --allow-net --allow-env
|
||||
# run: deno test --allow-net --allow-env
|
||||
run: deno test --no-check -A $(find -name "*.ts")
|
||||
env:
|
||||
DISCORD_TOKEN: ${{ secrets.DISCORD_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user