Skip to content

Merge pull request #63 from posthtml/dependabot/npm_and_yarn/vite-3.2.10 #15

Merge pull request #63 from posthtml/dependabot/npm_and_yarn/vite-3.2.10

Merge pull request #63 from posthtml/dependabot/npm_and_yarn/vite-3.2.10 #15

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
id: yarn-cache
with:
path: "**/node_modules"
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
- name: Run unit tests
run: |
yarn
yarn test