Added pyhubblenetwork.yml workflow - #23
Merged
Merged
Conversation
hunterhubble
commented
Jun 11, 2026
Contributor
- Runs pyhubblenetwork tests for each PR to sdr-docker.
- Also gives option to build image with local version of hubble-satnet-decoder. This is to run CI tests with sdr-docker on pyhubblenetwork with PRs to hubble-satnet-decoder
hunterhubble
force-pushed
the
ci-HUB-5440-clean
branch
from
June 11, 2026 20:42
0862b09 to
e0625a1
Compare
Contributor
Author
|
Coincides with PRs to pyhubblenetwork and hubble-satnet-decoder |
Contributor
Author
HongNguyen635
left a comment
Contributor
There was a problem hiding this comment.
Minor comments. Also, can you squash these 2 commits? Looks like the 2nd commit is just fixing the 1st.
| branches: [main] | ||
| pull_request: | ||
| branches: [main] | ||
|
|
Contributor
There was a problem hiding this comment.
since this is a public repo, probably worth it to put this?
permissions:
contents: read
| python-version: "3.12" | ||
|
|
||
| - name: Build local image | ||
| run: mkdir -p decoder-src && docker build -t sdr-docker:pr-test . |
Contributor
There was a problem hiding this comment.
docker build from scratch every time, is this intended? Otherwise we can cache it from docker GH action to speed up the process since the build is quite heavy.
Contributor
Author
There was a problem hiding this comment.
Good point, didn't think of this, let me look into ways to do this.
- Runs pyhubblenetwork tests for each PR to sdr-docker. - Also gives option to build image with local version of hubble-satnet-decoder. This is to run CI tests with sdr-docker on pyhubblenetwork with PRs to hubble-satnet-decoder Signed-off-by: hunterhubble <hunter@hubble.com>
hunterhubble
force-pushed
the
ci-HUB-5440-clean
branch
from
June 26, 2026 18:34
d619353 to
e6555d8
Compare
HongNguyen635
approved these changes
Jun 26, 2026
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.