Skip to content

Commit

Permalink
run test job through cmd program.
Browse files Browse the repository at this point in the history
  • Loading branch information
Readon committed Oct 31, 2023
1 parent 260682c commit 78f3a41
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,12 @@ jobs:
C:\msys2-install-test\usr\bin\bash.exe -lc "pacman --noconfirm -S git"
- name: Test
shell: cmd
run: |
C:\msys2-install-test\mingw64.exe bash test_template.sh ${{ matrix.scalaVersion }} ${{ matrix.spinalVersion }}
set MSYS2_PATH_TYPE=inherit
set MSYSTEM=MINGW64
set CHERE_INVOKING=yes
C:\msys2-install-test\usr\bin\bash.exe -lc "test_template.sh ${{ matrix.scalaVersion }} ${{ matrix.spinalVersion }}"
- name: Uninstall
run: |
Expand Down

0 comments on commit 78f3a41

Please sign in to comment.