mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
CI: deploy to staging before test
I can't believe I forgot to deploy before testing.
This commit is contained in:
parent
4d7625227b
commit
28bd5b16f9
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -96,7 +96,7 @@ deploy: deploy-html deploy-gemini
|
|||
|
||||
## stuff for the staging server
|
||||
.PHONY: test-staging
|
||||
test-staging:
|
||||
test-staging: deploy-html
|
||||
yq e '.ci .collect .url | .[]' .lighthouserc.yml | xargs npx hint -f codeframe
|
||||
npx lhci autorun
|
||||
|
||||
|
|
Loading…
Reference in a new issue