Skip to content

make access public #70

make access public

make access public #70

Workflow file for this run

name: Test
on:
push:
jobs:
test:
name: Test on Multiple OS
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Deno
uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- name: setup StackQL
uses: stackql/setup-stackql@v2.0.0
with:
use_wrapper: false
- name: Run tests
run: deno test --allow-net --allow-read --allow-write --allow-env --allow-run