Skip to content

Merge pull request #9 from webfill/dependabot/npm_and_yarn/postcss-8.… #27

Merge pull request #9 from webfill/dependabot/npm_and_yarn/postcss-8.…

Merge pull request #9 from webfill/dependabot/npm_and_yarn/postcss-8.… #27

Workflow file for this run

name: Test
on:
push:
branches: [main]
paths:
- src/**
- test/**
- "*.json"
- "*.ts"
- .github/workflows/test.yml
pull_request:
branches: [main]
paths:
- src/**
- test/**
- "*.json"
- "*.ts"
- .github/workflows/test.yml
concurrency:
group: test-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: npm
- run: npm ci
- run: npm test