Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:

- name: Check PHPUnit config file existence
id: check_phpunit
uses: andstor/file-existence-action@v2
uses: andstor/file-existence-action@v3
with:
files: apps/${{ env.APP_NAME }}/${{ env.PHPUNIT_CONFIG }}

Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:

- name: Check PHPUnit integration config file existence
id: check_integration
uses: andstor/file-existence-action@v2
uses: andstor/file-existence-action@v3
with:
files: apps/${{ env.APP_NAME }}/${{ env.PHPUNIT_INTEGRATION_CONFIG }}

Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:

- name: Check PHPUnit config file existence
id: check_phpunit
uses: andstor/file-existence-action@v2
uses: andstor/file-existence-action@v3
with:
files: apps/${{ env.APP_NAME }}/${{ env.PHPUNIT_CONFIG }}

Expand Down Expand Up @@ -276,7 +276,7 @@ jobs:

- name: Check PHPUnit integration config file existence
id: check_integration
uses: andstor/file-existence-action@v2
uses: andstor/file-existence-action@v3
with:
files: apps/${{ env.APP_NAME }}/${{ env.PHPUNIT_INTEGRATION_CONFIG }}

Expand Down
Loading