Skip to content

Commit 0ea5ef6

Browse files
dusk como true
1 parent 1a98c58 commit 0ea5ef6

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/dusk.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,10 @@ jobs:
6363

6464
- name: Remove Dusk visual variables
6565
run: |
66-
sed -i '/DUSK_START_MAXIMIZED/d' .env
67-
sed -i '/DUSK_HEADLESS_DISABLED/d' .env
66+
sed -i '/DUSK_START_MAXIMIZED/d' .env || true
67+
sed -i '/DUSK_HEADLESS_DISABLED/d' .env || true
68+
echo "ENV after cleanup:"
69+
cat .env
6870
6971
- name: Run Dusk
7072
run: php artisan dusk --without-tty

0 commit comments

Comments
 (0)