Site icon Hip-Hop Website Design and Development

GitHub Actions for Laravel Tests

I just set up GitHub Actions for running tests with Laravel and was impressed with how simple it was. This video shows how I got it set up with the Laravel React Bootstrap project. 1. Click “Actions” 2. Select the default Laravel workflow 3. Create a branch or commit the new workflow If you have any secret keys that are required for the test environment, those can also be injected easily.

Source