1
0
mirror of https://github.com/github/choosealicense.com synced 2024-12-22 21:00:10 +01:00

27 lines
399 B
YAML
Raw Normal View History

2020-09-11 16:51:31 -04:00
name: Build and Test
2020-09-13 18:24:10 -07:00
on:
push:
branches: [gh-pages]
pull_request:
branches: [gh-pages]
2020-09-11 16:51:31 -04:00
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
2021-03-29 09:17:44 -07:00
with:
submodules: true
2020-09-11 16:51:31 -04:00
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
2022-08-19 13:14:46 -07:00
ruby-version: 2.7.4
2020-11-20 09:20:59 -08:00
bundler-cache: true
2020-09-11 16:51:31 -04:00
- name: Run tests
run: ./script/cibuild