github-actions-runners Questions
5
Solved
How can I specify the architecture (something like x86 or arm64) in Github Actions?
Selfexplanatory asked 22/2, 2022 at 7:38
5
I am trying to auto-deploy the project and npm commands run perfectly but when it goes to a line where pm2 restarts the specific projects, then actions fails.
GitHub Actions Error:
GitHub Actions E...
Bridgeboard asked 20/10, 2021 at 10:37
1
Solved
I am working on a project. I need to create a workflow to run integration tests on an iOS device.
Scenario:
I've to run a local server at some port and in parallel I've run integration tests.
Query...
Pascual asked 22/4, 2021 at 18:5
1
For those that are familiar with Github Actions...
At present, when a job runs, it picks the most suitable runner for the job based on labels and repository (Using self-hosted runners in a workflow...
Weimer asked 21/1, 2021 at 18:42
1
Solved
I don't quite understand the extent to which Github actions/cache works, what I mean:
Caching works fine if I make a pull request and then in the same pull request I add 1 more commit, but if I cre...
Thickknee asked 10/3, 2021 at 11:18
2
Solved
I want to create a VM and setup as self-hosted runner during my workflow. Right now, what blocks me is the lack of API that gives me Runner Token. If this exists, I could create the instance and re...
Manger asked 2/1, 2020 at 13:8
1
© 2022 - 2025 — McMap. All rights reserved.