mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
Merge pull request #149 from Skillz4Killz/fix-tests
Remove "deno cache tests/mod.test.ts" from workflow
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
name: Test
|
||||
on:
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
@@ -10,6 +10,6 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: denolib/setup-deno@master
|
||||
- name: Cache dependencies
|
||||
run: deno cache mod.ts test/mod.test.ts
|
||||
run: deno cache mod.ts
|
||||
- name: Run test script
|
||||
run: deno test -A
|
||||
Reference in New Issue
Block a user