Skip to content

Bump postcss and next #7

Bump postcss and next

Bump postcss and next #7

Workflow file for this run

name: Test
on:
push:
branches: [develop]
pull_request:
branches: [develop]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm ci
- name: Run tests
run: npm run test