Skip to content

Commit e837505

Browse files
authored
fix build name and command (#743)
1 parent 46b3458 commit e837505

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build znai
1+
name: Build webtau
22

33
on: [push]
44

@@ -23,4 +23,4 @@ jobs:
2323
- name: Build with xvfb enabled
2424
uses: GabrielBB/xvfb-action@v1.0
2525
with:
26-
run: mvn -B package
26+
run: mvn -B verify

0 commit comments

Comments
 (0)