Skip to content

Bump github-pages from 215 to 232 #73

Bump github-pages from 215 to 232

Bump github-pages from 215 to 232 #73

Workflow file for this run

name: GitHub Actions CI
on:
push:
branches: master
pull_request: []
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/[email protected]
- name: Set up Ruby
uses: actions/[email protected]
- name: Set up Node
uses: actions/[email protected]
- name: Restore bundler cache
uses: actions/[email protected]
with:
path: vendor/gems
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
restore-keys: ${{ runner.os }}-gems-
- name: Bootstrap
run: script/bootstrap
- name: Tests
run: script/test