-
Notifications
You must be signed in to change notification settings - Fork 12
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: fix and improve ci #258
Conversation
flake.nix
Outdated
@@ -5,7 +5,7 @@ | |||
versions.url = "github:holochain/holochain?dir=versions/0_2"; | |||
holonix.url = "github:holochain/holochain"; | |||
holonix.inputs.versions.follows = "versions"; | |||
holonix.inputs.holochain.url = "github:holochain/holochain/holochain-0.2.2"; | |||
holonix.inputs.holochain.url = "github:holochain/holochain/holochain-0.2.3-beta-rc.1"; |
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.
we don't build this holochain tag on CI. see here what's used for the 0_2 versions flake
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.
Right, thanks for clarifying @steveej
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.
The simple solution with that one is that we should get 0.2.3 released. Just waiting on holochain/holochain#2951 and we can go ahead with that
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.
👍
.github/workflows/test.yml
Outdated
@@ -64,5 +64,8 @@ jobs: | |||
target | |||
key: ${{ runner.os }}-build-${{ hashFiles('Cargo.lock') }} | |||
|
|||
# - name: tmate session | |||
# uses: mxschmitt/action-tmate@v3 |
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.
remove?
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.
Okay
No description provided.