-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create github workflow for the subtopology autocoder #2794
base: devel
Are you sure you want to change the base?
Conversation
@thomas-bc can you run CI again? It should work now. The rest of the spelling mistakes will be fixed when the docs PR (#2743) is merged in. |
* Update fpp version Revise framework code to match * Update fpp version * Update fpp version * Update fpp version
repository: nasa/fpp | ||
path: ./fpp | ||
ref: main | ||
- name: "[fpp] Install sbt" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Get rid of non native fpp install
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mosa11aei if it were me I would get rid of all the installs, since all those tools come pre-installed on the GitHub runners. This may prevent breakages in the future. Your call.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change Description
This change implements a Github CI workflow for testing the Subtopology Autocoder. This will ensure that changes made to F Prime do not break the tool itself.