Skip to content

Commit 1dfb59a

Browse files
committed
try setting up the vcan device for testing
1 parent b6f7256 commit 1dfb59a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/maven.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,11 @@ jobs:
2222
server-id: ossrh
2323
server-username: MAVEN_USERNAME
2424
server-password: MAVEN_PASSWORD
25+
- name: Setup vcan
26+
run: |
27+
./setup-vcan.sh
2528
- name: Build with Maven
2629
run: mvn -B package deploy -Pall-architectures
2730
env:
28-
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
29-
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
31+
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
32+
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}

0 commit comments

Comments
 (0)