Skip to content

Commit

Permalink
步骤名中,拼接java、druid等的版本号。
Browse files Browse the repository at this point in the history
  • Loading branch information
wangliang181230 committed Dec 5, 2023
1 parent 5335636 commit 6c48c13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-druid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: "Print maven version"
run: ./mvnw -version
# step 4
- name: "Test with Maven"
- name: "Test with Maven and Druid ${{ matrix.druid }}"
run: |
./mvnw -T 4C clean test \
-Ddruid.version=${{ matrix.druid }} \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: "Print maven version"
run: ./mvnw -version
# step 4
- name: "Test with Maven"
- name: "Test with Maven and Java${{ matrix.java }}"
# https://docs.github.com/cn/free-pro-team@latest/actions/reference/context-and-expression-syntax-for-github-actions#github-context
run: |
./mvnw -T 4C clean install \
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- name: "Print maven version"
run: ./mvnw -version
# step 4
- name: "Test with Maven"
- name: "Test with Maven and Java${{ matrix.java }}"
run: |
./mvnw -T 4C clean test \
-P args-for-client-test \
Expand Down

0 comments on commit 6c48c13

Please sign in to comment.