diff --git a/.github/workflows/launcher.yml b/.github/workflows/launcher.yml index 5f24e3c..aeb2d2c 100644 --- a/.github/workflows/launcher.yml +++ b/.github/workflows/launcher.yml @@ -20,9 +20,4 @@ jobs: - name: Run the image (stepname) run: docker run -d --name smart_calc_container smart_calc - - - name: Execute scripts and log output - run: | - sleep 7 - docker exec smart_calc_container /bin/bash -c "./test.sh"