-
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
feat: added correctness test #248
Conversation
9402053
to
9db5ee9
Compare
670605c
to
c8ffc41
Compare
6c0a92f
to
0b55e36
Compare
|
||
correctness-tests: | ||
runs-on: ubuntu-latest | ||
environment: github-tests-2024 |
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.
Should we name the env just test
?
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 like having the cluster name so you know where it's going to deploy to
fix: debug docker fix: debug docker fix: steps in setup fix: steps in setup fix: use root in Docker file fix: use root in Docker file fix: curl the file fix: hermetic-driver flavor fix: yq colors and debug fix: yq colors and debug fix: update network name and cleanup fix: update network name and cleanup feat: use pr comit for image tag fix: run again debug: testing ceramic-test image fix: specify test types fix: specify test types fix: specify test types fix: specify test types
0b55e36
to
2a94461
Compare
Co-authored-by: Mohsin Zaidi <[email protected]>
09f304e
to
bdba396
Compare
curl -LO https://raw.githubusercontent.com/3box/ceramic-tests/main/networks/basic-rust.yaml | ||
./bin/yq -i '.spec.ceramic[0].ipfs.rust.image = strenv(RUST_CERAMIC_IMAGE)' basic-rust.yaml | ||
./bin/yq -i '.metadata.name = strenv(KERAMIK_NETWORK_NAME)' basic-rust.yaml | ||
./bin/yq --no-colors basic-rust.yaml |
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.
minor: new line 😅
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.
🚀 🚀 🚀
No description provided.