Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Merge pull request #72 from xataio/snide-patch-1 #145

Merge pull request #72 from xataio/snide-patch-1

Merge pull request #72 from xataio/snide-patch-1 #145

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 16.13.1
- run: npm ci
- run: npm test