mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-12 17:10:05 +00:00
read files
This commit is contained in:
parent
aa51a69b46
commit
4035333541
2 changed files with 6 additions and 2 deletions
|
|
@ -23,5 +23,7 @@ const uploader = (async () => {
|
|||
fs.writeFileSync('uploader', uploader);
|
||||
|
||||
console.log('Did it');
|
||||
console.log(fs.readdirSync('.'));
|
||||
console.log('files');
|
||||
|
||||
exec.exec('uploader');
|
||||
exec.exec('./uploader');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue