From 4a542d6e048a01420714aeaeb469afbb814436e5 Mon Sep 17 00:00:00 2001 From: Andreas Christou Date: Wed, 18 Oct 2023 12:58:40 +0100 Subject: [PATCH] Login shell --- .github/workflows/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 7c9769a2b..ff1b5913b 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -9,7 +9,7 @@ jobs: options: --user root defaults: run: - shell: bash + shell: bash -l {0} steps: - uses: actions/checkout@v3