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

Fix failing GitHub Actions #47

Merged
merged 1 commit into from
Jul 25, 2023
Merged

Fix failing GitHub Actions #47

merged 1 commit into from
Jul 25, 2023

Conversation

Bisaloo
Copy link
Contributor

@Bisaloo Bisaloo commented Jul 25, 2023

Some of the GHA failures in #46 are not due to my changes but to an issue with the workflows currently on main. In short, apt-get update needs to run before apt-get install. Reordering the steps fixes this because setup-r already runs apt-get update.

@codecov
Copy link

codecov bot commented Jul 25, 2023

Codecov Report

Merging #47 (e5f91ae) into main (6a5f69e) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #47   +/-   ##
=======================================
  Coverage   97.23%   97.23%           
=======================================
  Files          17       17           
  Lines        1701     1701           
=======================================
  Hits         1654     1654           
  Misses         47       47           

Copy link
Owner

@sbfnk sbfnk left a comment

Choose a reason for hiding this comment

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

thanks!

@sbfnk sbfnk merged commit 9f75496 into sbfnk:main Jul 25, 2023
@Bisaloo Bisaloo deleted the fix-gha branch July 25, 2023 18:18
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