Skip to content

Commit ea68617

Browse files
kolipakakondalAndriiFilippov
authored andcommitted
fix: powershell commands seperator to fix the builds (#922)
1 parent 39bbad9 commit ea68617

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
distribution: 'temurin'
4545

4646
- name: Build with Maven
47-
run: export NO_AT_BRIDGE=1 && mvn clean verify -Djarsigner.skip=true spotbugs:spotbugs -DskipTests=false
47+
run: export NO_AT_BRIDGE=1 ; mvn clean verify -Djarsigner.skip=true spotbugs:spotbugs -DskipTests=false
4848
- uses: jwgmeligmeyling/spotbugs-github-action@master
4949
with:
5050
path: '**/spotbugsXml.xml'

0 commit comments

Comments
 (0)