From 46ce35feadcc3adaccd89f4ff45738cd5def9e94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Trellu?= Date: Fri, 17 Nov 2023 18:48:09 -0500 Subject: [PATCH] [ci] Add missing argument to install.sh --- .github/workflows/shell_testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/shell_testing.yml b/.github/workflows/shell_testing.yml index cf3b31f..7a4d8e2 100644 --- a/.github/workflows/shell_testing.yml +++ b/.github/workflows/shell_testing.yml @@ -24,4 +24,4 @@ jobs: git submodule add https://github.com/bats-core/bats-assert.git test_helper/bats-assert git submodule add https://github.com/bats-core/bats-file.git test_helper/bats-file cd bats - bash install.sh + bash install.sh ~/.local/