1
0
mirror of synced 2026-08-04 22:46:55 +00:00

chore: remove stray logging (#10)

This commit is contained in:
Yury Semikhatsky
2020-10-13 11:25:30 -07:00
committed by GitHub
parent a5adc3180c
commit 90a5a500dc
3 changed files with 2 additions and 4 deletions
+2 -2
View File
@@ -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 }}