-
Notifications
You must be signed in to change notification settings - Fork 9
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
Test new docker workflow #46
base: main
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## main #46 +/- ##
=======================================
Coverage 97.29% 97.29%
=======================================
Files 17 17
Lines 1701 1701
=======================================
Hits 1655 1655
Misses 46 46 |
@@ -14,6 +14,9 @@ jobs: | |||
container: ghcr.io/bisaloo/libbi-docker:main | |||
name: docker | |||
env: | |||
# Avoid interaction requests from apt. It's better to set it here than in | |||
# the Docker img: https://github.com/moby/moby/issues/4032 | |||
DEBIAN_FRONTEND: noninteractive |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might be a problem that it's not passed to the sudo
env in https://github.com/sbfnk/rbi/actions/runs/6081518618/job/16497330229#step:5:1481?
A (not hugely satisfactory) solution might be to install tzdata
in the docker image instead.
This reverts commit 97141e1.
No description provided.