Skip to content

Commit

Permalink
Disable registration in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterdedroog committed Apr 25, 2024
1 parent 8d12497 commit 663bb4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- name: Prepare the application
run: |
cp .env.example .env
sed -i 's/UPDAT3R_REGISTRATION_ENABLED=true/UPDAT3R_REGISTRATION_ENABLED=false/'
php artisan key:generate
- name: Run migrations
Expand Down

0 comments on commit 663bb4d

Please sign in to comment.