fix: ci invalid template caching

This commit is contained in:
Skillz4Killz
2022-08-26 01:46:32 +00:00
committed by GitHub
parent 24af65a676
commit 711b2c10c7
2 changed files with 61 additions and 133 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ jobs:
- name: Cache dependencies
run: deno cache mod.ts
- name: Cache Templates
run: deno cache template/beginner/mod.ts template/bigbot/src/bot/mod.ts template/bigbot/src/gateway/mod.ts template/bigbot/src/rest/mod.ts template/minimal/mod.ts
run: deno cache template/beginner/mod.ts template/minimal/mod.ts
- name: Run test script for maintainers
if: ${{ github.actor == 'Skillz4Killz' || github.actor == 'itohatweb' }}
run: deno test --coverage=coverage -A tests/ --jobs