Skip to content

Commit f9b7837

Browse files
author
Alex Westergaard
committed
Remove check of OS as tests are only Linux
1 parent 4b93441 commit f9b7837

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/cd.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ jobs:
4949
run: composer install
5050

5151
- name: "Linux: Restore Vendor Executable"
52-
if: matrix.operating-system == 'ubuntu-latest'
5352
run: chmod -R 0755 vendor
5453

5554
- name: "PHPUnit"

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ jobs:
6868
run: composer install
6969

7070
- name: "Linux: Restore Vendor Executable"
71-
if: matrix.operating-system == 'ubuntu-latest'
7271
run: chmod -R 0755 vendor
7372

7473
- name: "PHPUnit"

0 commit comments

Comments
 (0)