forked from mirrors/kingfisher
Added gradle and grafana rules
This commit is contained in:
parent
852cdda835
commit
9208589d24
5 changed files with 153 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -80,6 +80,8 @@ jobs:
|
|||
|
||||
- name: Build Darwin x64
|
||||
run: make darwin-x64
|
||||
- name: Run tests
|
||||
run: make tests
|
||||
|
||||
- name: Move artifacts to dist
|
||||
shell: bash
|
||||
|
|
@ -109,6 +111,8 @@ jobs:
|
|||
|
||||
- name: Build Darwin arm64
|
||||
run: make darwin-arm64
|
||||
- name: Run tests
|
||||
run: make tests
|
||||
|
||||
- name: Move artifacts to dist
|
||||
shell: bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue