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 ab83a01 commit 5d0f0a4Copy full SHA for 5d0f0a4
.github/workflows/end-to-end-multisite.yml
@@ -1,4 +1,4 @@
1
-name: End-to-end test suite
+name: End-to-end multisite
2
on:
3
push:
4
branches:
@@ -16,15 +16,15 @@ env:
16
DDEV_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17
18
jobs:
19
- end-to-end-test-suite:
+ end-to-end-multisite:
20
strategy:
21
fail-fast: false
22
matrix:
23
wp-version: [ "4.9", "6.2" ]
24
php-version: [ "7.2" ]
25
subsite: ["site1", "site2"]
26
27
- name: End-to-end test suite
+ name: End-to-end Multisite
28
runs-on: ubuntu-latest
29
if: ${{ !contains(github.event.head_commit.message, 'chore(') }}
30
0 commit comments