Skip to content

Commit

Permalink
feature pipeline: atualizando ordem do comando passport laravel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RamonSouzaDev authored Nov 16, 2023
1 parent 95311e1 commit 6e5acef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
- name: Generate Key for Testing
run: php backend-api/artisan key:generate --env=testing

- name: Generate Passport
run: php backend-api/artisan passport:install

- name: Directory Permissions
run: chmod -R 777 backend-api/storage backend-api/bootstrap/cache

Expand All @@ -51,6 +48,9 @@ jobs:
- name: Debug .env.testing in Testing
run: cat backend-api/.env.testing

- name: Generate Passport
run: php backend-api/artisan passport:install

- name: Run Migrations
run: php backend-api/artisan migrate --env=testing

Expand Down

0 comments on commit 6e5acef

Please sign in to comment.