Skip to content

Commit

Permalink
Getting tests to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tnylea committed Aug 8, 2023
1 parent dd1ea54 commit bb476c8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,19 @@ jobs:
run: |
cd ../app
composer require devdojo/genesis dev-main
- name: Install all dependencies
run: |
composer install --no-interaction --prefer-dist --optimize-autoloader
- name: Install preset
run: |
cd ../app
php artisan ui genesis
- name: List contents
run: |
cd ../app/vendor/bin
ls -la
- name: Execute tests
run: |
cd ../app
Expand Down

0 comments on commit bb476c8

Please sign in to comment.