Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalbaljet committed Jan 2, 2024
1 parent 73f3d85 commit 722628d
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,7 @@ jobs:
key: dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}-dep-${{ matrix.dependency-version }}

- name: Execute tests
run: vendor/bin/phpunit --stop-on-error --stop-on-failure --order-by random
if: matrix.os == 'ubuntu-20.04'
run: vendor/bin/phpunit --order-by random
env:
FFMPEG_TEMPORARY_FILES_ROOT: ${{ github.workspace }}
FFMPEG_TEMPORARY_ENCRYPTED_HLS: /dev/shm

- name: Execute tests
run: vendor/bin/phpunit --stop-on-error --stop-on-failure --order-by random
if: matrix.os == 'windows-2019'
env:
FFMPEG_TEMPORARY_FILES_ROOT: ${{ github.workspace }}
FFMPEG_TEMPORARY_ENCRYPTED_HLS: ${{ github.workspace }}

0 comments on commit 722628d

Please sign in to comment.