Merge pull request #149 from Skillz4Killz/fix-tests

Remove "deno cache tests/mod.test.ts" from workflow
This commit is contained in:
ayntee
2020-10-28 11:14:55 -07:00
committed by GitHub
+2 -2
View File
@@ -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