Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
invisal authored Aug 8, 2020
1 parent 92dd7b0 commit 014fb27
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ jobs:
build:
name: test
runs-on: ubuntu-16.04
steps:
- uses: actions/checkout@master
- name: Setup deno
uses: denolib/setup-deno@master
with:
deno-version: 1.2.0
- name: Run tests
run: deno test --allow-read --allow-write
steps:
- uses: actions/checkout@master
- name: Setup deno
uses: denolib/setup-deno@master
with:
deno-version: 1.2.0
- name: Run tests
run: deno test --allow-read --allow-write

0 comments on commit 014fb27

Please sign in to comment.