mirror of
https://github.com/danog/parser.git
synced 2024-11-26 20:04:57 +01:00
chore: add silverstripe framework to integration tests (#186)
This commit is contained in:
parent
5127b2116d
commit
eb79c25361
2
.github/workflows/third-party-tests.yml
vendored
2
.github/workflows/third-party-tests.yml
vendored
@ -24,6 +24,8 @@ jobs:
|
||||
- 'composer'
|
||||
- 'wordpress'
|
||||
- 'chubbyphp_framework'
|
||||
- 'silverstripe_framework_core'
|
||||
- 'silverstripe_framework_cms'
|
||||
|
||||
steps:
|
||||
- name: checkout
|
||||
|
@ -146,6 +146,28 @@ fn third_party_11_chubbyphp_framework() {
|
||||
);
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn third_party_12_silverstripe_framework_core() {
|
||||
test_repository(
|
||||
"silverstripe-framework",
|
||||
"https://github.com/silverstripe/silverstripe-framework",
|
||||
"4",
|
||||
&["src", "tests"],
|
||||
&[],
|
||||
);
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn third_party_12_silverstripe_framework_cms() {
|
||||
test_repository(
|
||||
"silverstripe-cms",
|
||||
"https://github.com/silverstripe/silverstripe-cms",
|
||||
"4",
|
||||
&["code", "tests"],
|
||||
&[],
|
||||
);
|
||||
}
|
||||
|
||||
fn test_repository(
|
||||
name: &str,
|
||||
repository: &str,
|
||||
|
Loading…
Reference in New Issue
Block a user