Skip to content

Update dependency mocha to v10.3.0 #425

Update dependency mocha to v10.3.0

Update dependency mocha to v10.3.0 #425

name: Build and Test
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Install Deps
run: |
npm install
sudo apt-get install xvfb
- name: Test
run: xvfb-run --auto-servernum npm run test