Skip to content

Add testing command to README #62

Add testing command to README

Add testing command to README #62

Workflow file for this run

name: graph tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
deno-version: [1.21.0]
steps:
- name: Git Checkout graph
uses: actions/checkout@v2
- name: Use Deno Version ${{ matrix.deno-version }}
uses: denolib/setup-deno@v2
with:
deno-version: ${{ matrix.deno-version }}
- name: graph tests
run: deno test --allow-read --allow-net