This commit is contained in:
Skillz4Killz
2021-11-23 17:18:58 +00:00
committed by GitHub
parent 76fedbae62
commit d0a3f6b1d0
6 changed files with 18 additions and 11 deletions
+2
View File
@@ -15,6 +15,8 @@ jobs:
deno-version: ${{ matrix.deno }}
- name: Cache dependencies
run: deno cache mod.ts
- name: Prepare configs file
run: cp configs.example.ts configs.ts
- name: Run test script for maintainers
if: ${{ github.actor == 'Skillz4Killz' || github.actor == 'itohatweb' }}
run: deno test --unstable --coverage=coverage -A tests/mod.ts