1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-29 07:03:02 +02:00
choosealicense.com/.github/workflows/test.yml

25 lines
362 B
YAML
Raw Normal View History

2020-09-11 22:51:31 +02:00
name: Build and Test
2020-09-14 03:24:10 +02:00
on:
push:
branches: [gh-pages]
pull_request:
branches: [gh-pages]
2020-09-11 22:51:31 +02:00
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.1
2020-11-20 18:20:59 +01:00
bundler-cache: true
2020-09-11 22:51:31 +02:00
- name: Run tests
run: ./script/cibuild