Skip to content

Can I run github actions on my laptop? #25711

Answered by Yanjingzhu
sekka1 asked this question in Actions
Discussion options

You must be logged in to vote

After you create an action, It could not run directly in your local laptop. You need to test it out in workflows.  https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-a-javascript-action#testing-out-your-action-in-a-workflow

And a workflow need to has a trigger event, on: push is an easier way.

There are some Development tools for GitHub Actions, they can help you create actions more quickly: https://help.github.com/en/actions/automating-your-workflow-with-github-actions/development-tools-for-github-actions

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants