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