Skip to content

Commit

Permalink
[ci] lock utest version
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz committed Dec 16, 2023
1 parent af369a7 commit 3e721f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/RunCi.hx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class RunCi {
infoMsg('test $test');
try {
changeDirectory(unitDir);
haxelibInstallGit("haxe-utest", "utest", "--always");
haxelibInstallGit("haxe-utest", "utest", "424a7182a93057730fada54b9d27d90b3cb7065c", "--always");

var args = switch (ci) {
case null:
Expand Down

1 comment on commit 3e721f0

@Simn
Copy link
Member

@Simn Simn commented on 3e721f0 Dec 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@RealyUniqueName FYI, utest is broken on the commit after this one, somehow trace isn't found anymore or something.

Please sign in to comment.