Testing that an action also works in GitHub Enterprise Server/Cloud #47057
Unanswered
cmarqu
asked this question in
Enterprise
Replies: 2 comments 1 reply
-
Piggybacking here: can the GHES version be provided as environment variable or via the |
Beta Was this translation helpful? Give feedback.
0 replies
-
I suspect this will never receive an answer, but noting that I'm also interested in a solution for this. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Select Topic Area
Question
Body
Is there a way for a developer of an action developed in GitHub Free to check that it also runs in GitHub Enterprise Server (or Enterprise Cloud)?
Depending on the specific versions involved, there are several incompatibilities, e.g. https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ (the new syntax is not supported in GHES 3.6), or the difference between
${{ github.action_path }}
and$GITHUB_ACTION_PATH
(actions/runner#716 (comment)).A normal CI setup will not find such problems. Any recommendations other than "let users of GHES/GHEC do the testing for you"?
The concrete example triggering this question is hynek/build-and-inspect-python-package#37.
Thanks in advance for any advice.
Beta Was this translation helpful? Give feedback.
All reactions