File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Test application
22
33on :
44 pull_request :
5- branches : [draft ]
5+ branches : [ prod, staging ]
66
77jobs :
88 check-files :
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 : |
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()
7676 uses : actions/upload-artifact@v4
7777 with :
7878 name : reports
79- path : finish/**/build/reports/
79+ path : finish/**/build/reports/
You can’t perform that action at this time.
0 commit comments