Skip to content

Commit

Permalink
updatin gthe main workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tnylea committed May 9, 2024
1 parent 8d75192 commit 2f760ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ jobs:
run: |
composer create-project --prefer-dist laravel/laravel laravel_app --no-interaction
cd laravel_app
composer require devdojo/auth:dev-main
composer require devdojo/auth:dev-main --W
- name: Set Working Directory
run: echo "Change directory context to Laravel app"
working-directory: ./laravel_app

- name: Require Package
run: composer require your/package:dev-main
- name: Update Package
run: composer update devdojo/auth:dev-main
working-directory: ./laravel_app

- name: Run Migrations
Expand Down

0 comments on commit 2f760ef

Please sign in to comment.