Skip to content

Commit

Permalink
Fix the workflow (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
meooow25 authored May 15, 2020
1 parent 080e1e3 commit 0e37b1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Run tests
- uses: actions/checkout@v2
- uses: denolib/setup-deno@master
with:
deno-version: 0.x
- run: deno test --allow-read carrot/tests/test-*.ts
- name: Run tests
run: deno test --allow-read carrot/tests/test-*.ts

0 comments on commit 0e37b1c

Please sign in to comment.