Commit 3acb13f
committed
ci: generate Passport keys before phpunit
The `api` guard is wired to the Passport driver, which boots the
oauth2-server CryptKey at request resolution time. Without
oauth-private.key / oauth-public.key under storage/, even tests
that never touch the OAuth flow fall over with `LogicException:
Invalid key supplied`. Keys are (correctly) gitignored, so CI
needs to generate them itself before running the suite.1 parent 0c8532e commit 3acb13f
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
62 | 66 | | |
63 | 67 | | |
64 | 68 | | |
| |||
0 commit comments