chore: remove stray logging (#10)
This commit is contained in:
@@ -42,8 +42,8 @@ jobs:
|
||||
unzip $FILE_NAME -d .
|
||||
./playwright-cli install
|
||||
- name: Build with Maven
|
||||
run: mvn -B package -D skipTests
|
||||
run: mvn -B package -D skipTests --no-transfer-progress
|
||||
- name: Run tests
|
||||
run: mvn test
|
||||
run: mvn test --no-transfer-progress
|
||||
env:
|
||||
BROWSER: ${{ matrix.browser }}
|
||||
|
||||
Reference in New Issue
Block a user