mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-07-23 23:29:07 +07:00
Fix setup order
This commit is contained in:
@ -20,6 +20,9 @@ jest.mock('../src/install', () => ({
|
||||
}
|
||||
|
||||
let script = 'initial script ' + filename + version + os_version;
|
||||
if (tools_csv) {
|
||||
script += 'add_tool';
|
||||
}
|
||||
if (extension_csv) {
|
||||
script += 'install extensions';
|
||||
}
|
||||
@ -29,9 +32,6 @@ jest.mock('../src/install', () => ({
|
||||
if (coverage_driver) {
|
||||
script += 'set coverage driver';
|
||||
}
|
||||
if (tools_csv) {
|
||||
script += 'add_tool';
|
||||
}
|
||||
|
||||
return script;
|
||||
}
|
||||
|
Reference in New Issue
Block a user