Always upload build artefacts to the pull request #1055
Replies: 4 comments 3 replies
-
Right now, there is no such setting. |
Beta Was this translation helpful? Give feedback.
-
Will investigate what we can do |
Beta Was this translation helpful? Give feedback.
-
Even if we create artifacts on the PR - they would need to manually deploy those right? |
Beta Was this translation helpful? Give feedback.
-
In the latest version of AL-Go for GitHub we have implemented Publish To Environment from Pull Request - and artifacts are now always published on PRs. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
Is there a way that the build artefacts (app, test app, dependencies) are always attached to the pull request?
When I look at the pull request handler workflow, it seems that the build artefacts are not attached due to the following condition:
AL-Go/Templates/AppSource App/.github/workflows/PullRequestHandler.yaml
Line 103 in ff6ed57
Can I perhaps use a setting to ensure that the build artefacts are always uploaded to the pull request?
Thank you very much! 🙏
Beta Was this translation helpful? Give feedback.
All reactions