Skip to content

chore: fix axios import #158 #45

chore: fix axios import #158

chore: fix axios import #158 #45

Workflow file for this run

name: Build
on:
push:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: npm i
- run: npm test --prefix consumer
- run: npm test --prefix provider