mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
chore: migrate runner to tenki
This commit is contained in:
@@ -13,12 +13,12 @@ env:
|
|||||||
jobs:
|
jobs:
|
||||||
validate:
|
validate:
|
||||||
name: Validate & Test
|
name: Validate & Test
|
||||||
runs-on: builder # Self-hosted runner
|
runs-on: tenki-standard-autoscale
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0 # Required for github-env.sh comparisons
|
fetch-depth: 0 # Required for github-env.sh comparisons
|
||||||
# Cache can be local on self-hosted runner for better performance
|
# Cache can be local on self-hosted runner for better performance
|
||||||
- name: Cache Dependencies
|
- name: Cache Dependencies
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
@@ -57,4 +57,4 @@ jobs:
|
|||||||
# Clean build artifacts to prevent disk fill
|
# Clean build artifacts to prevent disk fill
|
||||||
make clean || true
|
make clean || true
|
||||||
# Keep caches but remove build outputs
|
# Keep caches but remove build outputs
|
||||||
rm -rf dist/ build/ || true
|
rm -rf dist/ build/ || true
|
||||||
Reference in New Issue
Block a user