Skip to content

'update feature-recorder to version 1.31.7' #103

'update feature-recorder to version 1.31.7'

'update feature-recorder to version 1.31.7' #103

Workflow file for this run

name: 'Haibun unit tests'
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
permissions:
contents: read
pull-requests: read
# This allows a subsequently queued workflow run to interrupt previous runs
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
unit_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected]
with:
node-version: 18
- name: Install dependencies & build
run: npm ci
- name: playwright install
run: npx playwright install
- name: Run tests
run: npm test