Skip to content

Commit e1f2351

Browse files
authored
Merge pull request #28 from OpenLiberty/gee-patch-1
Fix test.yml to use correct Java version and to ignore Maven wrapper files
2 parents e7e8469 + 9d2f428 commit e1f2351

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030
LINTER_RULES_PATH: ./tools/pr-checker/linters/
3131
DEFAULT_BRANCH: draft
32+
FILTER_REGEX_EXCLUDE: mvnw*
3233
- name: Summary
3334
if: "! github.event.pull_request.head.repo.fork"
3435
run: |
@@ -54,7 +55,7 @@ jobs:
5455
- run: unset _JAVA_OPTIONS
5556

5657
- name: Run tests
57-
run: sudo ../scripts/testApp.sh
58+
run: sudo -E ../scripts/testApp.sh
5859

5960
- name: Post tests
6061
if: always()

0 commit comments

Comments
 (0)