no checks

This commit is contained in:
Skillz4Killz
2021-04-08 19:34:09 +00:00
committed by GitHub
parent a0ed94512c
commit 34b3a1b271
+1 -1
View File
@@ -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