Skip to content

Commit a1ac2c3

Browse files
authored
Update wordpress.yml
1 parent b403748 commit a1ac2c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/wordpress.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
cd wordpress-app
3434
composer install
3535
36-
- name: Run PHPUnit tests
37-
run: |
38-
cd ./wordpress-app
39-
vendor/bin/phpunit
36+
# - name: Run PHPUnit tests
37+
# run: |
38+
# cd ./wordpress-app
39+
# vendor/bin/phpunit
4040

4141
- name: Dockerhub Login
4242
uses: docker/login-action@v2

0 commit comments

Comments
 (0)