runner
runner copied to clipboard
The Runner for GitHub Actions :rocket:
**Describe the bug** We have just started to use Github Actions CI for our iOS app and everything works great until our unit tests start to break or build fails...
**Describe the bug** My repository contains other parts of code (unrelated to the action itself) which depends on a git submodule. A symbolic link is created referencing files within this...
**Describe the bug** Hi I had a strange behavior when I tried to create a simple github-action for my golang app. the action is linting and building app and after...
In a containerized action, where docker volumes are automatically mounted, the default `github.workspace` property (something like `/home/runner/work/my-repo-name/my-repo-name`) is automatically converted to the volume destination path (`/github/workspace`). Btw, this conversion seems...
**Describe the bug** Our builds started to fail with error `ModuleNotFoundError: No module named 'distutils'`. This error occurs in `macos-13-arm64 v20231024.2` images. There were no issues with previous images including...
**Describe the bug** distutils is used by node-gyp . It was previously installed on macOS-latest-xlarge but is suddenly missing. I tried both sudo -H pip install setuptools and pip install...
**Describe the bug** We have been trying to install docker on the Mac Arm runner and have not been successful. **To Reproduce** Steps to reproduce the behavior: ``` jobs: build-and-test:...
**Describe the bug** The file `package.json` from project (parent folder) is not compatible with runner. **To Reproduce** Steps to reproduce the behavior: 1. create a new laravel project (or any...
My self hosted runner run behind a http proxy which has a limited network speed to github. Every time a job start run, it download all actions even it has...
The version of Node 20 included in the runner is several security releases behind. Current: 20.8.1 (August 2023) Latest: 20.12.1 (April 2024) Here are the announcements of each Node security...