Skip to content

Add configs to choose between ecoding parameters in the URL or request body #98

Add configs to choose between ecoding parameters in the URL or request body

Add configs to choose between ecoding parameters in the URL or request body #98

Workflow file for this run

name: Node CI
on:
push:
branches: [ master, dev, htmx-2.0 ]
pull_request:
branches: [ master, dev, htmx-2.0 ]
jobs:
test_suite:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '15.x'
- run: npm ci
- run: npm test