Skip to content

Commit bde19e9

Browse files
committed
Do not ignore tests in GitHub actions CI build.
1 parent e4cf356 commit bde19e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
- name: Build with Maven
3434
env:
3535
BROWSER: chrome-container
36-
run: mvn -V --color always -ntp clean verify '-Djenkins.test.timeout=5000' '-Pci'
36+
run: mvn -V --color always -ntp clean verify '-Djenkins.test.timeout=5000' '-Dgpg.skip'

0 commit comments

Comments
 (0)