Skip to content

Commit

Permalink
Adding updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tnylea committed May 10, 2024
1 parent d6572b2 commit 7015596
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ jobs:
working-directory: ./laravel_app

- name: Updating values in the .env
run: sed -i 's/DB_CONNECTION=mysql/DB_CONNECTION=sqlite/' .env
run: |
sed -i 's/DB_CONNECTION=mysql/DB_CONNECTION=sqlite/' .env
sed -i 's/^DB_DATABASE=laravel/#DB_DATABASE=laravel/' .env
working-directory: ./laravel_app

- name: Run the migrations
Expand Down

0 comments on commit 7015596

Please sign in to comment.