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

GitHub Actions: explicitly install oc first #96

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

norrisng-bc
Copy link
Contributor

Description

This adds an additional GitHub Actions step for installing oc.

The ubuntu-latest GitHub Actions image no longer includes oc out of the box, so it must now be explicitly installed.

More info: actions/runner-images#10636

https://apps.nrs.gov.bc.ca/int/jira/browse/SHOWCASE-3816

Types of changes

Bug fix (non-breaking change which fixes an issue)

Checklist

  • I have read the CONTRIBUTING doc
  • I have checked that unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

Further comments

N/A

ubuntu-latest image no longer includes oc - see actions/runner-images#10636
@norrisng-bc norrisng-bc requested a review from TimCsaky January 4, 2025 01:24
Copy link

github-actions bot commented Jan 4, 2025

Coverage Report (Application)

Totals Coverage
Statements: 10.67% ( 27 / 253 )
Methods: 10% ( 3 / 30 )
Lines: 13.33% ( 20 / 150 )
Branches: 5.48% ( 4 / 73 )

Copy link

github-actions bot commented Jan 4, 2025

Coverage Report (Frontend)

Totals Coverage
Statements: 32.71% ( 35 / 107 )
Methods: 33.33% ( 9 / 27 )
Lines: 40.38% ( 21 / 52 )
Branches: 17.86% ( 5 / 28 )

@TimCsaky TimCsaky merged commit 5733514 into master Jan 6, 2025
16 of 17 checks passed
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