Skip to content

Merge pull request #294 from dmitriz/dependabot/npm_and_yarn/ava-6.2.0 #184

Merge pull request #294 from dmitriz/dependabot/npm_and_yarn/ava-6.2.0

Merge pull request #294 from dmitriz/dependabot/npm_and_yarn/ava-6.2.0 #184

Workflow file for this run

name: CI Tests
on: push
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: npm i
- name: Run tests
run: npm test