Skip to content

Merge pull request #88 from jobbykings/feature/implement-backend-feat… #6

Merge pull request #88 from jobbykings/feature/implement-backend-feat…

Merge pull request #88 from jobbykings/feature/implement-backend-feat… #6

Workflow file for this run

name: SubStream API Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
- run: npm ci
- run: npm test