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

Add new actions for testing #919

Open
4 tasks
rieder opened this issue Dec 24, 2022 · 1 comment
Open
4 tasks

Add new actions for testing #919

rieder opened this issue Dec 24, 2022 · 1 comment

Comments

@rieder
Copy link
Member

rieder commented Dec 24, 2022

We should have the following new/modified actions:

  • one generic action to set up AMUSE, which other actions can then use (avoiding duplication)
  • a test using this to test framework (perhaps as part of the above), using the current 'inplace' action as a template
  • actions that build and test a specific community code, triggering on a change in the community code dir:
name: test-{codename}

on:
  push:
    paths:
      - src/amuse/community/{codename}
  • these could then (maybe) also build new packages and upload to PyPI

This should allow for much better testing than we currently have, and should allow us to automatically approve PRs and build packages if everything is successful

@rieder
Copy link
Member Author

rieder commented Dec 26, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant