Skip to content

Commit 9f6bf70

Browse files
committed
fix: quote strict profile disable
Signed-off-by: Andrew Berezovskyi <andriib@kth.se>
1 parent 8a9b23c commit 9f6bf70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
restore-keys: |
5858
${{ runner.os }}-${{ matrix.jdk }}_${{ matrix.distribution }}-maven-
5959
- name: Build with Maven
60-
run: mvn -B verify --file src/pom.xml -P !strict
60+
run: mvn -B verify --file src/pom.xml -P '!strict'
6161

6262
maven-enforcer:
6363
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)