Skip to content

Commit

Permalink
Update temp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars authored Nov 21, 2024
1 parent 603cc12 commit f417a20
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/temp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f417a20

Please sign in to comment.