Skip to content

bash -i as runCmd not working #291

Open
@behrica

Description

@behrica

In my dev container I need to run the clj command in an interactive bash, so I try

steps:
    - uses: actions/checkout@v4
    - name: Run make ci-build in dev container
      uses: devcontainers/[email protected]
      with:    
               push: never
               runCmd: bash -i -c "clj -X:test"

but it does no work. I don't get an error, but it drops into an interactive clj shell, which comes when calling
clj without any params.
Same with single quotes:

steps:
    - uses: actions/checkout@v4
    - name: Run make ci-build in dev container
      uses: devcontainers/[email protected]
      with:    
               push: never
               runCmd: bash -i -c 'clj -X:test'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions