mirror of
https://github.com/holos-run/holos.git
synced 2026-03-20 17:25:01 +00:00
Previously the tests fail because they were not updated to use the new
version string in holos, or the new topo sort behavior in cue 0.12.0.
This patch updates the test cases using:
HOLOS_UPDATE_SCRIPTS=1 scripts/test
Result: make test passes
7 lines
270 B
Plaintext
7 lines
270 B
Plaintext
[main 5f144e9] add httpbin
|
|
4 files changed, 113 insertions(+)
|
|
create mode 100644 components/httpbin/httpbin.cue
|
|
create mode 100644 components/httpbin/httpbin.yaml
|
|
create mode 100644 deploy/components/httpbin/httpbin.gen.yaml
|
|
create mode 100644 platform/httpbin.cue
|