Skip to content

/api/concatenate now only POST #26

/api/concatenate now only POST

/api/concatenate now only POST #26

Workflow file for this run

name: Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- uses: denoland/setup-deno@v1
with:
deno-version: vx.x.x
- run: yarn
- run: deno --version
- run: yarn test
- run: yarn shut-down-test-server