Skip to content

feat: add GET Single Heroes API with test, skip the unstable response… #10

feat: add GET Single Heroes API with test, skip the unstable response…

feat: add GET Single Heroes API with test, skip the unstable response… #10

Workflow file for this run

name: Node.js CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '20.15.0'
- name: Install dependencies
run: npm install
- name: Run all tests
run: npm run test