Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to define steps within the plugin #293

Open
kamiljano opened this issue May 17, 2024 · 0 comments
Open

Ability to define steps within the plugin #293

kamiljano opened this issue May 17, 2024 · 0 comments

Comments

@kamiljano
Copy link

I have a number of operations that I would like to execute within the container. There are node tests, linting, type checking, building, python tests and linting and type checking... that's arguably a lot of stuff. Yet, currently everything goes into a single step in GitHub actions - the container build step.

Rather than define everything in the runCmd property, I would like to be able to define basic steps as

steps:
   - name: Run node tests
      run: pnpm run test
   - name: Linting
      run: pnpm run lint
   ...

And that would end up in separate steps within GitHub actions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant