Skip to content

Bump postcss from 7.0.36 to 8.4.31 #378

Bump postcss from 7.0.36 to 8.4.31

Bump postcss from 7.0.36 to 8.4.31 #378

Workflow file for this run

name: Tests
on: [pull_request]
jobs:
setup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.3
bundler-cache: true
general_tests:
needs: setup
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.3
bundler-cache: true
- name: Run tests
run: bundle exec rake test:ci