Skip to content

Commit

Permalink
Update launcher.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dashadem authored Oct 29, 2023
1 parent 1002a75 commit 963e9e3
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/launcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,11 @@ jobs:
-
name: List docker images
run: docker images
image-runner:
name: Run the image (jobname)
runs-on: ubuntu-latest
needs: image-builder
steps:
-

-
name: Run the image (stepname)
run: docker run smart_calc
run: docker run -it smart_calc


# jobs:
# build:
Expand Down

0 comments on commit 963e9e3

Please sign in to comment.