Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feature/#245/Refactor…
Browse files Browse the repository at this point in the history
…_MakeCollaborationsPivotTableWithResumes
  • Loading branch information
spider committed Oct 7, 2024
2 parents c8297f3 + 90751e9 commit 49fe721
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/backend_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
echo "DB_CONNECTION=mariadb" >> .env
echo "DB_HOST=127.0.0.1" >> .env
echo "DB_PORT=3306" >> .env
echo "DB_DATABASE=laravel_test" >> .env
echo "DB_USERNAME=laravel_user" >> .env
echo "DB_PASSWORD=secret" >> .env
echo "DB_DATABASE=laravel" >> .env
echo "DB_USERNAME=user" >> .env
echo "DB_PASSWORD=password" >> .env
echo "CACHE_DRIVER=array" >> .env
echo "KEY_HASH_MAC=token_password" >> .env
echo "REDIS_CLIENT=predis" >> .env
Expand Down

0 comments on commit 49fe721

Please sign in to comment.