Fix runner flag
All checks were successful
check / frontend (push) Successful in 25s
check / server (push) Successful in 1m31s

This commit is contained in:
Pen Anderson 2026-05-05 09:35:39 -05:00
parent b2ffbe865e
commit 82a8a6a21a

View file

@ -8,7 +8,7 @@ on:
jobs: jobs:
frontend: frontend:
runs-on: nix:host runs-on: nix
defaults: defaults:
run: run:
shell: bash shell: bash
@ -32,7 +32,7 @@ jobs:
test -f web/build/robots.txt test -f web/build/robots.txt
server: server:
runs-on: nix:host runs-on: nix
defaults: defaults:
run: run:
shell: bash shell: bash