We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2c9632 commit f310faaCopy full SHA for f310faa
.github/workflows/playwright.yml
@@ -12,7 +12,7 @@ jobs:
12
fail-fast: false # Ensures the matrix doesn't stop if one job fails
13
matrix:
14
include:
15
- - php_version: 7.0.0
+ - php_version: 7.0
16
wp_version: 6.4
17
18
- php_version: 7.3
@@ -73,12 +73,10 @@ jobs:
73
run: wp-env start
74
- name: Get PHP and WordPress versions
75
run: |
76
- CONTAINER_NAME=$(docker ps --filter "ancestor=wordpress" --format "{{.Names}}")
77
- echo "PHP Version:"
78
- docker exec $CONTAINER_NAME php -v
79
- echo "WordPress Version:"
80
- docker exec $CONTAINER_NAME wp core version
+ docker ps
+ wp-env logs
81
- name: Run playwright tests
+ if: ${{ !cancelled() }}
82
env:
83
WP_BASE_URL: http://localhost:8889
84
WP_AUTH_STORAGE: wp-auth.json
0 commit comments