Commit d4d5f2a
Eric Bower
·
2026-05-31 10:34:47 -0400 EDT
parent 364b6a6
fix(ci): step misconfigurations
+0,
-1
1@@ -153,5 +153,4 @@ pub fn build(b: *std.Build) void {
2 release_step.dependOn(&install_sha.step);
3 }
4 }
5-
6 }
+1,
-1
1@@ -3,5 +3,5 @@ zig = "0.15.2"
2 zls = "0.15.1"
3 bats = "1.13.0"
4
5-[tasks.test]
6+[tasks.test_int]
7 run = "bats test/session.bats"
M
pico.sh
+1,
-1
1@@ -16,7 +16,7 @@ zmx run install bash -c "mise trust && mise install"
2 zmx run build docker build -t zig-zmx .
3 zmx run fmt -d docker run --rm -t zig-zmx:latest zig fmt --check .
4 zmx run test -d docker run --rm -t zig-zmx:latest zig build test
5-zmx run integration -d docker run --rm -t zig-zmx:latest zig build test-integration
6+zmx run integration -d docker run --rm -t zig-zmx:latest bats test/session.bats
7 zmx wait "*"
8
9 if [[ $EVENT_TYPE != "git.tag" ]]; then