Added gradle and grafana rules

This commit is contained in:
Mick Grove 2025-06-25 08:39:10 -07:00
commit 9208589d24
5 changed files with 153 additions and 2 deletions

View file

@ -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