You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We had Danger running on Jenkins. Copying the same Danger configuration to our GHActions scripts, it seems that danger isn't configured to run on MacOS. We use self hosted GHActions runners to build to iOS and hence we're facing this issue:
Is this something easy to fix?
The text was updated successfully, but these errors were encountered:
For many years, it wasn't possible to remove a github action from the marketplace - and so that version is very old. However, it looks like it is possible now, and so I've removed it - I'd recommend running through the normal instructions on the site 👍🏻
Hey Daniel :)
As Orta mentioned the latest version is the 3.15.0, however Github Actions allows you to use containers only on Linux.
If you don't have any Linux machine available you can use other ways to install + run Danger like using brew to install it, or the SPM configuration.
Another alternative might be to use directly docker to download an execute your command on the Danger-Swift docker container, but that looks probably the most complex of the solutions, and probably is not worth going that path.
We are migrating from Jenkins to GitHub Actions.
We had Danger running on Jenkins. Copying the same Danger configuration to our GHActions scripts, it seems that
danger
isn't configured to run on MacOS. We use self hosted GHActions runners to build to iOS and hence we're facing this issue:Is this something easy to fix?
The text was updated successfully, but these errors were encountered: