.github/workflows/go.yml - Add testing on FreeBSD#204
Merged
Conversation
v1v
reviewed
Mar 14, 2024
541dabb to
69e1bb6
Compare
Add GH action step test execute unit tests on FreeBSD 14.0. The tests run inside of a qemu VM running on top of a linux worker. Until a FreeBSD provider is present this step will test nothing. It will become active as soon as files exist in 'providers/freebsd/'.
Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>
69e1bb6 to
34ab8db
Compare
Member
Author
|
I will be opening a separate PR to update the Go versions in the other parts of the pipelines to test on 1.22.x. |
Open
v1v
reviewed
Mar 14, 2024
Comment on lines
+115
to
+119
| freebsd-version | ||
| pwd | ||
| ls -lah | ||
| whoami | ||
|
|
Member
Author
There was a problem hiding this comment.
Required, no. But I didn't see any downside to not having it. There's already a ton of logging happening with the freebsd plugin so this is like a drop in the bucket.
v1v
approved these changes
Mar 14, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add GH action step test execute unit tests on FreeBSD 14.0.
The tests run inside of a qemu VM running on top of a linux
worker.
Until a FreeBSD provider is present this step will test
nothing. It will become active as soon as files exist in
'providers/freebsd/'.
Relates: #126