Skip to content

Running API tests 🧪 #1

Running API tests 🧪

Running API tests 🧪 #1

Workflow file for this run

name: API Tests
run-name: Running API tests 🧪
on:
push:
branches: [develop]
pull_request:
branches: [develop]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: npm ci
- run: npm test