From f417a200da247a70cf49b5ed045b9289a3e9e407 Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Thu, 21 Nov 2024 15:07:30 +0100 Subject: [PATCH] Update temp.yml --- .github/workflows/temp.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/temp.yml b/.github/workflows/temp.yml index e6ad3102..6568b359 100644 --- a/.github/workflows/temp.yml +++ b/.github/workflows/temp.yml @@ -61,6 +61,14 @@ jobs: cache: "pnpm" cache-dependency-path: gui/pnpm-lock.yaml + - name: temp test stuff + if: matrix.settings.platform == "windows-latest" + run: | + bash --help + gitbash --help + git-bash --help + C:/Program Files/Git/bin/bash.exe --help + # Remove this step if you use `npm ci` instead of `npm install` since it deletes the node_modules folder. #- name: node_modules cache # uses: actions/cache@v3