Fix runner flag
This commit is contained in:
parent
b2ffbe865e
commit
82a8a6a21a
1 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ on:
|
|||
|
||||
jobs:
|
||||
frontend:
|
||||
runs-on: nix:host
|
||||
runs-on: nix
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
test -f web/build/robots.txt
|
||||
|
||||
server:
|
||||
runs-on: nix:host
|
||||
runs-on: nix
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue