Skip to content

Commit

Permalink
Adding update to see if I can get auth tests to run
Browse files Browse the repository at this point in the history
  • Loading branch information
tnylea committed Sep 30, 2024
1 parent 04aa599 commit f62c50b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: Authentication Tests

on:
push:
branches: [main]
branches:
- main
- 3.x
pull_request:
branches: [main]
branches:
- main
- 3.x

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion config/wave.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
'min_password_length' => 5,
],

'primary_color' => '#000000',
'primary_color' => '#0069ff',

'user_model' => \App\Models\User::class,
'show_docs' => env('WAVE_DOCS', true),
Expand Down

0 comments on commit f62c50b

Please sign in to comment.