mirror of
https://github.com/shivammathur/setup-php.git
synced 2026-01-23 17:13:48 +07:00
Merge pull request #84 from decnorton/develop
Add problem matcher for PHPUnit
This commit is contained in:
@@ -4,6 +4,7 @@ import * as config from './config';
|
||||
import * as coverage from './coverage';
|
||||
import * as extensions from './extensions';
|
||||
import * as utils from './utils';
|
||||
import {addMatchers} from './matchers';
|
||||
|
||||
/**
|
||||
* Build the script
|
||||
@@ -68,6 +69,8 @@ export async function run(): Promise<void> {
|
||||
);
|
||||
break;
|
||||
}
|
||||
|
||||
addMatchers();
|
||||
} catch (error) {
|
||||
core.setFailed(error.message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user