mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-27 07:21:20 +00:00
chore: debug
This commit is contained in:
parent
f0eaf34323
commit
d5c98e20c2
2 changed files with 3 additions and 3 deletions
1
.github/workflows/unlighthouse.yaml
vendored
1
.github/workflows/unlighthouse.yaml
vendored
|
@ -84,6 +84,7 @@ jobs:
|
|||
-F "email=test_user" \
|
||||
-F "password=${{ secrets.TEST_USER_PASSWORD }}" \
|
||||
--verbose 2>&1 | awk -F'pb_auth=' '/pb_auth/{print $2;exit}' | awk -F';' '{print $1}')
|
||||
echo AUTH_COOKIE
|
||||
|
||||
pnpm run unlighthouse
|
||||
|
||||
|
|
|
@ -17,7 +17,6 @@ export default defineConfig({
|
|||
],
|
||||
ci: {
|
||||
reporter: 'jsonExpanded',
|
||||
buildStatic: true,
|
||||
budget: 65
|
||||
buildStatic: true
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue