From a6e79441d1e68af1981b08d9cafb692624bbb55e Mon Sep 17 00:00:00 2001 From: obidare-folu <73859076+obidare-folu@users.noreply.github.com> Date: Mon, 30 Oct 2023 01:09:17 +0300 Subject: [PATCH] Update launcher.yml --- .github/workflows/launcher.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/launcher.yml b/.github/workflows/launcher.yml index 123594c..f432e29 100644 --- a/.github/workflows/launcher.yml +++ b/.github/workflows/launcher.yml @@ -23,6 +23,6 @@ jobs: - name: Execute scripts and log output run: | - docker exec my_container /bin/bash -c "./test.sh" - docker exec my_container /bin/bash -c "./build.sh run" + docker exec smart_calc_container /bin/bash -c "./test.sh" + docker exec smart_calc_container /bin/bash -c "./build.sh run"