Skip to content

Commit

Permalink
Generate Deno before testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin McDonnell committed Mar 19, 2022
1 parent 0a5f644 commit 01ca116
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,14 @@ jobs:
name: Test with Deno ${{ matrix.deno }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
- uses: denolib/setup-deno@v2
with:
deno-version: ${{ matrix.deno }}
- run: yarn install
- run: yarn build:deno
- run: deno --version
- run: deno test
working-directory: ./deno/lib
Expand Down

0 comments on commit 01ca116

Please sign in to comment.