Set runDockerExecStep as async
This commit is contained in:
parent
755cd39c9a
commit
0497ff4707
2
main.js
2
main.js
|
@ -54,7 +54,7 @@ async function main() {
|
||||||
|
|
||||||
fs.mkdirSync(artifactsDirectory, { recursive: true })
|
fs.mkdirSync(artifactsDirectory, { recursive: true })
|
||||||
|
|
||||||
function runDockerExecStep(title, commandParams) {
|
async function runDockerExecStep(title, commandParams) {
|
||||||
core.startGroup(title)
|
core.startGroup(title)
|
||||||
await exec.exec("docker", [
|
await exec.exec("docker", [
|
||||||
"exec",
|
"exec",
|
||||||
|
|
Loading…
Reference in a new issue