Skip to content

Commit

Permalink
BLADE-730 improve performance
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjhy committed Sep 6, 2023
1 parent b2d388d commit 781b098
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
name: Linux JDK8
runs-on: ubuntu-latest
timeout-minutes: 60
strategy:
matrix:
cores: [8]
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -75,6 +78,9 @@ jobs:
name: Linux JDK11
runs-on: ubuntu-latest
timeout-minutes: 60
strategy:
matrix:
cores: [8]
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -148,4 +154,4 @@ jobs:
# with:
# label: "MacOS JDK11 test reports"
# report: "**/TEST-*.xml"
# token: "7793a209-c075-4644-9bdb-9205dbe5c4e7"
# token: "7793a209-c075-4644-9bdb-9205dbe5c4e7"

0 comments on commit 781b098

Please sign in to comment.