Skip to content

fix action

fix action #36

Workflow file for this run

name: api-calls-store package tests
on: [push]
env:
CI: "true"
jobs:
tests:
name: api-calls-store package tests
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: "20"
cache: "npm"
- run: npm ci
- run: npm run test -- --coverage