From 0786329aaf3f5bbd53cbde78d39822e039fd0fc7 Mon Sep 17 00:00:00 2001 From: "Daniel A. Wozniak" Date: Mon, 23 Dec 2024 23:44:03 -0700 Subject: [PATCH] Set shell to fix tests/integration/shell/test_enabled.py::EnabledTest::test_shell_default_enabled --- .github/workflows/test-action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index 68d0d04fd7b..28c23156e58 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -152,6 +152,7 @@ jobs: -e RAISE_DEPRECATIONS_RUNTIME_ERRORS="1" \ -e SALT_TRANSPORT=${{ matrix.transport }} \ -e LANG="en_US.UTF-8" \ + -e SHELL=/bin/bash \ -v "/var/run/docker.sock":"/var/run/docker.sock" \ -v "/home/runner/work":"/__w" \ -v "/home/runner/work/_temp":"/__w/_temp" \