Lines Matching refs:name
3 name: "Integrate"
13 name: "Code Coverage"
23 - name: "Checkout"
26 - name: "Set up PHP"
33 - name: "Set up problem matchers for PHP"
36 - name: "Set up problem matchers for phpunit/phpunit"
39 - name: "Determine composer cache directory"
42 - name: "Cache dependencies installed with composer"
49 - name: "Install dependencies with composer"
52 - name: "Collect code coverage from running unit tests with phpunit/phpunit"
58 name: "Coding Standards"
68 - name: "Checkout"
71 - name: "Set up PHP"
78 - name: "Set up problem matchers for PHP"
81 - name: "Validate composer.json and composer.lock"
84 - name: "Determine composer cache directory"
87 - name: "Cache dependencies installed with composer"
94 - name: "Install dependencies with composer"
97 - name: "Run friendsofphp/php-cs-fixer"
100 - name: "Get libxml2-utils"
107 - name: "Validate XML files"
108 run: "for a in $(find . -name '*.xml'); do xmllint --quiet --noout $a; done"
111 name: "Tests"
124 - name: "Checkout"
127 - name: "Set up PHP"
134 - name: "Set up problem matchers for PHP"
137 - name: "Set up problem matchers for phpunit/phpunit"
140 - name: "Determine composer cache directory"
143 - name: "Cache dependencies installed with composer"
150 - name: "Install dependencies with composer"
153 - name: "Run unit tests with phpunit/phpunit"
156 - name: "Start built-in web server for PHP"
159 - name: "Run end-to-end tests with phpunit/phpunit"