Skip to content

fix: api call missing auth token #40

fix: api call missing auth token

fix: api call missing auth token #40

Workflow file for this run

name: test
on:
push:
branches:
- master
pull_request:
types:
- opened
- synchronize
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.x'
cache: npm
- name: install packages
run: npm ci
- name: test
run: npm test