Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakshan-Madushanka authored Mar 28, 2024
1 parent da54cfc commit 85e685a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,14 @@ jobs:
- name: Install Composer dependencies
run: composer install --no-progress --prefer-dist --optimize-autoloader

- name: Install npm dependencies
run: npm install

- name: Prepare the application
run: |
php -r "file_exists('.env') || copy('.env.ci', '.env.testing') && copy('.env.example', '.env');"
php artisan key:generate
npm run build
- name: Clear Config
run: php artisan config:clear
Expand Down

0 comments on commit 85e685a

Please sign in to comment.