mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-11 13:37:25 +00:00
Test version pulling
This commit is contained in:
parent
9b0b9bbe2c
commit
6e56f7a5a6
1 changed files with 3 additions and 0 deletions
|
|
@ -14,6 +14,9 @@ try {
|
||||||
timeout: 3000,
|
timeout: 3000,
|
||||||
url: 'https://codecov.io/bash',
|
url: 'https://codecov.io/bash',
|
||||||
}, (error, response, body) => {
|
}, (error, response, body) => {
|
||||||
|
const bashVersion = body.match('VERSION=\"(.*)\"');
|
||||||
|
conosole.log(bashVersion);
|
||||||
|
|
||||||
const {execArgs, options, filepath, failCi} = buildExec();
|
const {execArgs, options, filepath, failCi} = buildExec();
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue