-
Notifications
You must be signed in to change notification settings - Fork 39
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
Create an CI job that runs against the pre-built package #195
Comments
gerzse
added a commit
to gerzse/NRedisStack
that referenced
this issue
Feb 14, 2024
Issue redis#195 In the integration workflows, publish the binary package into a local Nuget source and use it as a binary, to make sure it works that way.
gerzse
added a commit
to gerzse/NRedisStack
that referenced
this issue
Feb 14, 2024
Issue redis#195 In the integration workflows, publish the binary package into a local Nuget source and use it as a binary, to make sure it works that way.
gerzse
added a commit
to gerzse/NRedisStack
that referenced
this issue
Feb 14, 2024
Issue redis#195 In the integration workflows, publish the binary package into a local Nuget source and use it as a binary, to make sure it works that way.
gerzse
added a commit
to gerzse/NRedisStack
that referenced
this issue
Feb 14, 2024
Issue redis#195 In the integration workflows, publish the binary package into a local Nuget source and use it as a binary, to make sure it works that way.
gerzse
added a commit
to gerzse/NRedisStack
that referenced
this issue
Feb 14, 2024
Issue redis#195 In the integration workflows, publish the binary package into a local Nuget source and use it as a binary, to make sure it works that way.
gerzse
added a commit
to gerzse/NRedisStack
that referenced
this issue
Feb 14, 2024
Issue redis#195 In the integration workflows, publish the binary package into a local Nuget source and use it as a binary, to make sure it works that way.
gerzse
added a commit
to gerzse/NRedisStack
that referenced
this issue
Feb 14, 2024
Issue redis#195 In the integration workflows, publish the binary package into a local Nuget source and use it as a binary, to make sure it works that way.
gerzse
added a commit
to gerzse/NRedisStack
that referenced
this issue
Feb 14, 2024
Issue redis#195 In the integration workflows, publish the binary package into a local Nuget source and use it as a binary, to make sure it works that way.
gerzse
added a commit
to gerzse/NRedisStack
that referenced
this issue
Feb 14, 2024
Issue redis#195 In the integration workflows, publish the binary package into a local Nuget source and use it as a binary, to make sure it works that way.
gerzse
added a commit
to gerzse/NRedisStack
that referenced
this issue
Feb 14, 2024
Issue redis#195 In the integration workflows, publish the binary package into a local Nuget source and use it as a binary, to make sure it works that way.
gerzse
added a commit
to gerzse/NRedisStack
that referenced
this issue
Feb 14, 2024
Issue redis#195 In the integration workflows, publish the binary package into a local Nuget source and use it as a binary, to make sure it works that way.
gerzse
added a commit
to gerzse/NRedisStack
that referenced
this issue
Feb 14, 2024
Issue redis#195 In the integration workflows, publish the binary package into a local Nuget source and use it as a binary, to make sure it works that way.
gerzse
added a commit
to gerzse/NRedisStack
that referenced
this issue
Feb 14, 2024
Issue redis#195 In the integration workflows, publish the binary package into a local Nuget source and use it as a binary, to make sure it works that way.
gerzse
added a commit
to gerzse/NRedisStack
that referenced
this issue
Feb 23, 2024
Issue redis#195 In the integration workflows, publish the binary package into a local Nuget source and use it as a binary, to make sure it works that way.
gerzse
added a commit
to gerzse/NRedisStack
that referenced
this issue
Mar 4, 2024
Issue redis#195 In the integration workflows, publish the binary package into a local Nuget source and use it as a binary, to make sure it works that way.
gerzse
added a commit
to gerzse/NRedisStack
that referenced
this issue
Mar 4, 2024
Issue redis#195 In the integration workflows, publish the binary package into a local Nuget source and use it as a binary, to make sure it works that way.
shacharPash
added a commit
that referenced
this issue
Mar 6, 2024
Issue #195 In the integration workflows, publish the binary package into a local Nuget source and use it as a binary, to make sure it works that way. Co-authored-by: Gabriel Erzse <[email protected]> Co-authored-by: shacharPash <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Much like redis-py, nredisstack builds a package. However, it's possible to release a broken version. To catch this we should have a job that:
This is exactly the reason for this test in redis-py, and is generally something we should extend to all redis clients.
The text was updated successfully, but these errors were encountered: