Skip to content

Commit

Permalink
Try to work around Windows shell
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Brodsky committed May 6, 2021
1 parent ded17fa commit d67ecdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -39,7 +39,7 @@ jobs:
${{ runner.os }}-maven-
- name: Tests
run: mvn clean test -B -V -Dh3.remove.images=true
run: mvn "-Dh3.remove.images=true" -B -V clean test

tests-no-docker:
name: Java (no Docker) ${{ matrix.java-version }} ${{ matrix.os }}
Expand Down

0 comments on commit d67ecdd

Please sign in to comment.