1
0
mirror of synced 2026-05-22 18:53:15 +00:00

feat: make --version return java package version (#748)

This commit is contained in:
Yury Semikhatsky
2021-12-16 14:38:15 -08:00
committed by GitHub
parent c230bed27e
commit 963afac983
6 changed files with 88 additions and 1 deletions
+3
View File
@@ -26,3 +26,6 @@ jobs:
run: mvn install -D skipTests --no-transfer-progress
- name: Test CLI
run: mvn exec:java -e -D exec.mainClass=com.microsoft.playwright.CLI -f playwright/pom.xml -D exec.args=-V
- name: Test CLI version
shell: bash
run: tools/test-cli-version/test.sh