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:
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue