Skip to content

Merge pull request #1153 from basecamp/GHSA-qjqp-xr96-cj99-1-3-backport #626

Merge pull request #1153 from basecamp/GHSA-qjqp-xr96-cj99-1-3-backport

Merge pull request #1153 from basecamp/GHSA-qjqp-xr96-cj99-1-3-backport #626

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
name: Browser tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- uses: actions/setup-node@v2-beta
with:
node-version: 16
- uses: actions/cache@v2
with:
path: test/node_modules
key: ${{ runner.os }}-${{ hashFiles('test/yarn.lock') }}
- run: cd test && yarn install
- run: bin/ci