update deno.yml, remove test step for now
This commit is contained in:
parent
ec6781afc9
commit
3d72e4b586
|
@ -37,5 +37,6 @@ jobs:
|
||||||
- name: Run linter
|
- name: Run linter
|
||||||
run: deno lint
|
run: deno lint
|
||||||
|
|
||||||
- name: Run tests
|
# Add this back in when tests are added
|
||||||
run: deno test -A
|
# - name: Run tests
|
||||||
|
# run: deno test -A
|
||||||
|
|
Loading…
Reference in New Issue