mirror of
https://github.com/aljazceru/hacker-gh-pages-theme.git
synced 2026-01-31 12:04:22 +01:00
Separate build & test
This commit is contained in:
8
.github/workflows/ci.yaml
vendored
8
.github/workflows/ci.yaml
vendored
@@ -8,8 +8,8 @@ jobs:
|
||||
- uses: actions/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: 2.7
|
||||
- name: build & test
|
||||
run: |
|
||||
script/bootstrap
|
||||
script/cibuild
|
||||
- name: build
|
||||
run: script/bootstrap
|
||||
- name: test
|
||||
run: script/cibuild
|
||||
|
||||
|
||||
Reference in New Issue
Block a user