Skip to content

Merge pull request #96 from thisloke/dependabot/npm_and_yarn/npm_and_… #9

Merge pull request #96 from thisloke/dependabot/npm_and_yarn/npm_and_…

Merge pull request #96 from thisloke/dependabot/npm_and_yarn/npm_and_… #9

Workflow file for this run

name: Run CI Tests
on:
push:
branches:
- '*'
- '!master'
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest]
node-version: [20.x]
steps:
- uses: actions/checkout@v2
- run: npm install
- run: npm run test:headless:singleRun