mirror of
https://github.com/danog/parser.git
synced 2024-11-26 20:04:57 +01:00
chore: add wordpress to third party tests
This commit is contained in:
parent
19e9fdf01b
commit
cdf422bea8
1
.github/workflows/third-party-tests.yml
vendored
1
.github/workflows/third-party-tests.yml
vendored
@ -22,6 +22,7 @@ jobs:
|
||||
- 'spiral'
|
||||
- 'symfony_polyfill'
|
||||
- 'composer'
|
||||
- 'wordpress'
|
||||
|
||||
steps:
|
||||
- name: checkout
|
||||
|
@ -124,6 +124,17 @@ fn third_party_9_composer() {
|
||||
);
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn third_party_10_wordpress() {
|
||||
test_repository(
|
||||
"wordpress",
|
||||
"https://github.com/WordPress/WordPress",
|
||||
"master",
|
||||
&["wp-admin", "wp-content", "wp-includes"],
|
||||
&[]
|
||||
);
|
||||
}
|
||||
|
||||
fn test_repository(
|
||||
name: &str,
|
||||
repository: &str,
|
||||
|
Loading…
Reference in New Issue
Block a user