Seperate go build from go build-and-test#170
Conversation
dcbickfo
left a comment
There was a problem hiding this comment.
I think you managed this in a different way, but my vote would be to have a separate build action (like what we had when I was playing with caching) and let the calling workflow skip running the tests rather than skipping part of this action.
|
This PR is missing a Jira ticket reference in the title or description. |
|
@dcbickfo good idea, I went ahead with this approach |
|
🥷 Code experts: no user matched threshold 10 See details
Knowledge based on git-blame: To learn more about /:\ gitStream - Visit our Docs |
|
This could really be scraped if we call |
| id: get-short-sha | ||
| run: echo "short_sha=`echo ${GITHUB_SHA::7}`" > $GITHUB_OUTPUT | ||
| shell: bash | ||
| - name: Configure Go environment |
There was a problem hiding this comment.
Why does this one need configure and the old build and test action didnt?
I feel like that might be taking us full circle. I think we were doing that at some point 😂 |

No description provided.