mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 16:57:22 +00:00
no checks
This commit is contained in:
@@ -12,7 +12,7 @@ jobs:
|
||||
with:
|
||||
deno-version: ${{ matrix.deno }}
|
||||
- name: Cache dependencies
|
||||
run: deno cache mod.ts
|
||||
run: deno cache --no-check mod.ts
|
||||
- name: Run test script
|
||||
if: github.ref == 'refs/heads/main'
|
||||
# run: deno test --allow-net --allow-env
|
||||
|
||||
Reference in New Issue
Block a user