We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dac6f30 commit ef26380Copy full SHA for ef26380
.github/workflows/mavenBuild.yml
@@ -47,8 +47,8 @@ jobs:
47
- { name: Windows, os: windows-latest }
48
- { name: MacOS, os: macos-13 }
49
defaults:
50
- run: # Run always on bash, because powershell (the Windows default) interprets dots in arguments differently
51
- shell: bash
+ run: # Run on bash/cmd, because powershell (the Windows default) interprets dots in arguments differently
+ shell: ${{ matrix.config.name == 'Windows' && 'cmd' || 'bash' }}
52
53
name: Verify ${{ matrix.config.name }}
54
steps:
0 commit comments