-
Notifications
You must be signed in to change notification settings - Fork 2
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
Allow for sending eos by receiving a notification #32
Conversation
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.
🥇
.circleci/config.yml
Outdated
@@ -7,16 +7,20 @@ workflows: | |||
build: | |||
jobs: | |||
- elixir/build_test: | |||
cache-version: 2 |
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.
Is this one still required or have you bumped it before Tuesday? I believed I've "fixed" the CI by disallowing less strict cache usage
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.
I bumped it today as I was having some credo problems and I believie the bump fixed them, I can double check whether that's the case
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.
Oh, as far as I can see in the commits history, the only cache version bumps where the ones from 2 weeks ago - back then, an old version of ORB was used
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.
Oh, I must've confused something
No description provided.