forked from liferay/liferay-blade-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BLADE-728 update github timeout for verify
- Loading branch information
Showing
1 changed file
with
1 addition
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -113,7 +113,7 @@ jobs: | |
MacOSJDK11: | ||
name: MacOS JDK11 | ||
runs-on: macos-latest | ||
timeout-minutes: 60 | ||
timeout-minutes: 100 | ||
steps: | ||
- name: Check out repository | ||
uses: actions/checkout@v3 | ||
|
@@ -149,34 +149,3 @@ jobs: | |
label: "MacOS JDK11 test reports" | ||
report: "**/TEST-*.xml" | ||
token: "7793a209-c075-4644-9bdb-9205dbe5c4e7" | ||
#WindowsJDK8: | ||
# name: Windows JDK8 | ||
# runs-on: windows-latest | ||
# timeout-minutes: 60 | ||
# steps: | ||
# - name: Checkout | ||
# uses: actions/checkout@v1 | ||
# - name: Set up JDK8 | ||
# uses: actions/setup-java@v1 | ||
# with: | ||
# java-version: 1.8 | ||
# - name: Cache | ||
# uses: actions/cache@v1 | ||
# with: | ||
# path: ~/.gradle/caches | ||
# key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }} | ||
# restore-keys: | | ||
# ${{ runner.os }}-gradle- | ||
# - name: Build | ||
# shell: bash | ||
# env: | ||
# GITHUB_CI: "true" | ||
# run: | | ||
# ./run-tests.bat | ||
# - name: Run reporter | ||
# uses: check-run-reporter/[email protected] | ||
# if: ${{ always() }} | ||
# with: | ||
# label: "Windows JDK8 test reports" | ||
# report: "**/TEST-*.xml" | ||
# token: "7793a209-c075-4644-9bdb-9205dbe5c4e7" |