chore: debug

This commit is contained in:
Bart van der Braak 2024-02-19 11:53:45 +01:00
parent f0eaf34323
commit d5c98e20c2
2 changed files with 3 additions and 3 deletions

View file

@ -84,7 +84,8 @@ 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
- name: Upload report to Cloudflare pages

View file

@ -17,7 +17,6 @@ export default defineConfig({
],
ci: {
reporter: 'jsonExpanded',
buildStatic: true,
budget: 65
buildStatic: true
}
});