Skip to content

Commit

Permalink
Update Permissions for Dusk
Browse files Browse the repository at this point in the history
  • Loading branch information
Tschucki committed Mar 16, 2024
1 parent 9982405 commit 8f18511
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/dusk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,12 @@ jobs:
php_extensions: intl zip sodium pcntl bcmath
php_version: "8.2"
args: --ignore-platform-req=ext-pcntl --ignore-platform-req=ext-bcmath --no-progress --prefer-dist --optimize-autoloader
- name: Change Permissions
run: sudo chmod -R 755 /vendor/laravel
- name: Generate Application Key
run: php artisan key:generate
- name: Install Dusk
run: php artisan dusk:install
run: sudo php artisan dusk:install
- name: Run Laravel Server
run: php artisan serve --no-reload &
- name: Run Dusk Tests
Expand All @@ -47,6 +49,3 @@ jobs:
- name: Upload Console Logs
if: failure()
uses: actions/upload-artifact@v2
with:
name: console
path: tests/Browser/console

0 comments on commit 8f18511

Please sign in to comment.