Skip to content

Commit

Permalink
Cleaning up tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tnylea committed May 10, 2024
1 parent f41d58f commit 9f32c8f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,15 @@ jobs:
${{ runner.os }}-composer-git
- name: Setup Laravel Application
run: |
composer create-project --prefer-dist laravel/laravel laravel_app --no-interaction
cd laravel_app
composer require devdojo/auth:dev-main --with-all-dependencies
run: composer create-project --prefer-dist laravel/laravel laravel_app --no-interaction

- name: Set Working Directory
- name: Set Working Directory
run: echo "Change directory context to Laravel app"
working-directory: ./laravel_app

- name: Install DevDojo Auth dev-main
run: composer require devdojo/auth:dev-main --with-all-dependencies
working-directory: ./laravel_app

# Testing on a mac, this command should be:
# sed -i '' '/"phpunit\/phpunit"/d' composer.json
Expand Down

0 comments on commit 9f32c8f

Please sign in to comment.