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

Rewrite workflow using reusable actions #66

Closed
wants to merge 1 commit into from

Conversation

archanaserver
Copy link

@archanaserver archanaserver commented Jan 25, 2024

Updating the Ruby test workflow by using shared rubocop and foreman plugin test action:
https://github.com/theforeman/actions#rubocop
https://github.com/theforeman/actions#foreman-plugin-tests

@archanaserver archanaserver changed the title Add shared GitHub Actions workflow for ruby Rewrite workflow using reusable actions Jan 25, 2024
Comment on lines -69 to -76
- name: Run plugin tests
uses: nick-fields/retry@v2
with:
max_attempts: 5
timeout_minutes: 30
command: |
bundle exec rake --trace test:foreman_dlm
bundle exec rake test TEST="test/unit/foreman/access_permissions_test.rb"
Copy link
Author

Choose a reason for hiding this comment

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

related discussion theforeman/actions#16

@laugmanuel
Copy link
Member

LGTM, however I'll wait until the discussion regarding access_permissions_test is solved.

@archanaserver
Copy link
Author

I've temporarily drafted this until the issue at theforeman/actions#16 is resolved

@archanaserver archanaserver marked this pull request as draft April 12, 2024 09:43
@laugmanuel
Copy link
Member

I'll do this as part of #67

@laugmanuel laugmanuel closed this May 7, 2024
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.

2 participants