Skip to content

Commit

Permalink
Remove irrelevant code in Tests Pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
kkamara committed Mar 23, 2024
1 parent 3b52222 commit 1a22844
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ jobs:
- name: Install Composer dependencies
run: composer install -q --no-progress --prefer-dist --optimize-autoloader
- name: Prepare environment
run: |
cp .env.example .env
sed -i "s/DB_PASSWORD=/DB_PASSWORD=secret/g" .env
run: cp .env.example .env
- name: Clear config cache
run: php artisan config:clear
- name: Generate key
Expand Down

0 comments on commit 1a22844

Please sign in to comment.