Skip to content

add more console logging to v2 api #7

add more console logging to v2 api

add more console logging to v2 api #7

name: Test App - Node.js - Simple
on:
push:
paths:
- 'app/nodejs/simple/**'
pull_request:
paths:
- 'app/nodejs/simple/**'
workflow_dispatch:
jobs:
test-app:
name: 'Test Node.js App'
runs-on: ubuntu-latest
defaults:
run:
shell: bash
working-directory: 'app/nodejs/simple'
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
- name: NPM Install
run: npm install
- name: NPM Test
run: npm test