Skip to content

Commit 89697e9

Browse files
committed
set scripts to executable
1 parent 14c2ece commit 89697e9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/lint-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ jobs:
7979
fi
8080
composer install
8181
- name: Setup WP Unit Tests
82-
run: composer test:install:withdb
82+
run: |
83+
chmod +x ./bin/*.sh
84+
composer test:install:withdb
8385
- name: Run PHPUnit
8486
run: bash ./bin/phpunit-test.sh

0 commit comments

Comments
 (0)