Skip to content

'update out-xunit to version 1.32.11' #112

'update out-xunit to version 1.32.11'

'update out-xunit to version 1.32.11' #112

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 --with-deps
- name: build
run: npm run build
- name: Run tests
run: npm test