Skip to content

Test#3

Open
jochenklar wants to merge 2 commits into
mainfrom
test
Open

Test#3
jochenklar wants to merge 2 commits into
mainfrom
test

Conversation

@jochenklar

Copy link
Copy Markdown
Member

This PR adds a generic check-this-plugin-with-the-rdmo-app workflow. I created https://github.com/rdmorganiser/actions for this (Claude convinced me that https://github.com/rdmorganiser/.github is not the correct place for this, but I think one repo for all our actions is enough).

I worked on what to put where quite a bit and I think this is a good fit. What do you think?

I also added checks, which will be very temporary, I guess, since we need to combine this with the new plugin app soonish.

@jochenklar jochenklar requested a review from MyPyDavid May 2, 2026 07:28

@MyPyDavid MyPyDavid left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes nice, this is also how I would have thought to do it!

@afuetterer

Copy link
Copy Markdown
Member

Great. Having this test installation in CI is a great improvement.

Tests (aparts from the config checks) are not planned?

Comment thread .github/workflows/ci.yml
persist-credentials: false

- name: Set up Python
uses: actions/setup-python@v5

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make this v6 please.

Comment thread .github/workflows/ci.yml
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHON_VERSION }}

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Testing one python version is enough here?

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.

3 participants