Skip to content

Commit

Permalink
BLADE-728 update github timeout for verify
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjhy committed Aug 19, 2023
1 parent d9f5799 commit 07f8f53
Showing 1 changed file with 1 addition and 32 deletions.
33 changes: 1 addition & 32 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"

0 comments on commit 07f8f53

Please sign in to comment.