Skip to content

Commit

Permalink
Set shell to use bash on Windows too
Browse files Browse the repository at this point in the history
  • Loading branch information
ibauersachs committed Jan 6, 2021
1 parent 3192b52 commit eea5756
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Expand Up @@ -38,6 +38,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
shell: bash
run: |
if [[ "{{ matrix.arch }}" == "x64" && "{{ matrix.os }}" == "ubuntu-latest" && "{{ matrix.java }}" == "11" ]]; then
mvn verify -B -"Dgpg.skip" org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
Expand Down

0 comments on commit eea5756

Please sign in to comment.