1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-09 12:47:49 +02:00
choosealicense.com/.github/workflows/test.yml

27 lines
399 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:
2023-09-15 13:38:07 +02:00
- uses: actions/checkout@v4
2021-03-29 18:17:44 +02:00
with:
submodules: true
2020-09-11 22:51:31 +02:00
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
2022-08-19 22:14:46 +02:00
ruby-version: 2.7.4
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