mirror of
https://github.com/aljazceru/hacker-gh-pages-theme.git
synced 2025-12-20 15:44:25 +01:00
Update .github/workflows/ci.yaml
This commit is contained in:
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
@@ -8,9 +8,10 @@ jobs:
|
|||||||
name: script/cibuild
|
name: script/cibuild
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-ruby@v1
|
- uses: ruby/setup-ruby@v1
|
||||||
with:
|
with:
|
||||||
ruby-version: 2.7
|
ruby-version: 2.7
|
||||||
|
bundler-cache: true
|
||||||
- name: build
|
- name: build
|
||||||
run: script/bootstrap
|
run: script/bootstrap
|
||||||
- name: test
|
- name: test
|
||||||
|
|||||||
Reference in New Issue
Block a user