Skip to content

Commit

Permalink
Merge branch 'v3-main' into v3-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Mar 31, 2023
2 parents 60e6412 + 4c82fa7 commit 7707c0e
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/test-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,13 @@ jobs:
os: [ macos-latest, windows-latest, ubuntu-latest ]
runs-on: ${{ matrix.os }}
steps:
# 检出仓库代码
- name: Check out repo
uses: actions/checkout@v3

# setup Java
- name: Setup java 11
uses: actions/setup-java@v3

- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 11
cache: 'gradle'

- name: Run All Tests
uses: gradle/gradle-build-action@v2
Expand Down

0 comments on commit 7707c0e

Please sign in to comment.