Skip to content
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

Update API version in build-and-deploy workflow #869

Merged
merged 2 commits into from
Jul 24, 2024

Conversation

NerdEgghead
Copy link
Contributor

This PR updates our build-and-deploy GitHub Actions workflow to copy the TestProtoVersioning.results file into a .deployedprotoversion reference file before running tests, and to automatically push this file to master if the version number was incremented in the merge commit that triggered the workflow. These two files are not currently used for anything, but are required for the proto versioning unit test that was added to #866 . I am PRing the workflow change separately from #866 in order to test that the workflow is functioning properly before finalizing the new unit test in #866 .

and commit a .deployedprotoversion if an API version change is detected.

 On branch versioning_workflow
 Changes to be committed:
	new file:   .deployedprotoversion
	modified:   .github/workflows/deploy.yml
	new file:   sim/core/TestProtoVersioning.results
 On branch versioning_workflow
 Changes to be committed:
	modified:   .github/workflows/deploy.yml
@NerdEgghead NerdEgghead merged commit e996c54 into master Jul 24, 2024
3 checks passed
@NerdEgghead NerdEgghead deleted the versioning_workflow branch July 24, 2024 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant