Skip to content

Commit 46537fa

Browse files
authored
Merge pull request #51 from OpenLiberty/staging
Merge staging to prod - Update test.yml (#50)
2 parents 22c4b24 + 6b9075e commit 46537fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Test application
22

33
on:
44
pull_request:
5-
branches: [draft]
5+
branches: [ prod, staging ]
66

77
jobs:
88
check-files:
@@ -29,7 +29,7 @@ jobs:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030
LINTER_RULES_PATH: ./tools/pr-checker/linters/
3131
FILTER_REGEX_EXCLUDE: .*/*.gradle
32-
DEFAULT_BRANCH: draft
32+
DEFAULT_BRANCH: prod
3333
- name: Summary
3434
if: "! github.event.pull_request.head.repo.fork"
3535
run: |
@@ -55,7 +55,7 @@ jobs:
5555
- run: unset _JAVA_OPTIONS
5656

5757
- name: Run tests
58-
run: sudo ../scripts/testApp.sh
58+
run: sudo -E ../scripts/testApp.sh
5959

6060
- name: Post tests
6161
if: always()
@@ -76,4 +76,4 @@ jobs:
7676
uses: actions/upload-artifact@v4
7777
with:
7878
name: reports
79-
path: finish/**/build/reports/
79+
path: finish/**/build/reports/

0 commit comments

Comments
 (0)