From a46e383a93bfcc74e56d43a31a00f844a1b6cb4c Mon Sep 17 00:00:00 2001 From: Will Owens Date: Fri, 23 Feb 2024 04:16:49 -0500 Subject: [PATCH] [ci] see if ruby fixes ls_with_shortcuts test --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9a34352..0e9b85c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,7 @@ jobs: git config --global init.defaultBranch master git config --global user.name scm_breeze@scm_breeze git config --global user.email "SCM Breeze" - - run: nix-shell -p bash zsh --run ./run_tests.sh + - run: nix-shell -p ruby bash zsh --run ./run_tests.sh # - run: nix-shell -p shunit2 -i ./run_tests.sh # - run: nix build # - run: nix flake check