GitHub action chaosaffe/split-tests cannot be download in private project
I developed a sample GitHub workflow where I split the tests to be executed in parallel using multiple jobs. The splitting of the tests to chunks is performed by the chaosaffe/split-tests github action. The sample project is inside my own GitHub account as a public repo.
Self-Hosted GitHub Runner idling and not picking up Jobs
My Self-Hosted Windows GitHub Runner is not picking up job when it has been inactivate for about 1-2 hours.
Re-run all jobs button sometimes missing in GitHub actions
I sometimes need to re-run GitHub actions jobs more than once.
But, in some cases the re-run all jobs
button is missing in GitHub actions. In the same repository sometime it’s there, and sometimes missing:
Combining `uses` with `strategy`
I’m new to GitHub Actions so I don’t quite have the Googlefu to solve my problem
How to capture output or logs of a GitHub Action “uses” step?
You can grab the output from a run:
step like this:
Unable to invoke local custom GitHub Action
I am trying to invoke a custom github action which is in the same repository as the invoking workflow. I am invoking it like this
GitHub Actions Use `contains()` Function Output With an Operator?
I have two sets of self-hosted GitHub runners that run the same action. I need to run slightly different steps on each set, triggered by conditions.
How to Use `contains()` Function Output With an Operator?
I have two sets of self-hosted GitHub runners that run the same action. I need to run slightly different steps on each set, triggered by conditions.
How to Use `contains()` Function Output With an Expression?
I have two sets of self-hosted GitHub runners that run the same action. I need to run slightly different steps on each set, triggered by conditions.
GitHub Actions – How to Use `contains()` Function Output With an Expression?
I have two sets of self-hosted GitHub runners that run the same action. I need to run slightly different steps on each set, triggered by conditions.