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 tests #24

Open
omus opened this issue Jan 4, 2024 · 1 comment
Open

Add tests #24

omus opened this issue Jan 4, 2024 · 1 comment

Comments

@omus
Copy link
Contributor

omus commented Jan 4, 2024

Currently this action has no tests which isn't great for ensuring that this action continues to function as changes are added. The main challenge here is that as this action currently requires an SSH key and only works with GitHub we need to supply a valid SSH key.

The best option I can think of I think would be to utilize GitHub deploy keys and create a new Julia registry for testing against.

@omus
Copy link
Contributor Author

omus commented Jan 4, 2024

We probably also want to follow the recommended GitHub actions JavaScript template more closely here as well: https://github.com/actions/javascript-action

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

No branches or pull requests

1 participant