test: try action
[skip ci]
This commit is contained in:
parent
d78396445e
commit
042652c9da
1 changed files with 16 additions and 0 deletions
16
.github/actions/acc_test/action.yaml
vendored
16
.github/actions/acc_test/action.yaml
vendored
|
|
@ -89,12 +89,24 @@ runs:
|
|||
fi
|
||||
echo "::endgroup::"
|
||||
|
||||
- name: Install JAVA
|
||||
shell: bash
|
||||
run: echo "::group::java install"
|
||||
|
||||
- name: Setup JAVA
|
||||
uses: actions/setup-java@v5
|
||||
with:
|
||||
distribution: 'temurin' # See 'Supported distributions' for available options
|
||||
java-version: '21'
|
||||
|
||||
- name: Install JAVA
|
||||
shell: bash
|
||||
run: echo "::endgroup::"
|
||||
|
||||
- name: Install GO
|
||||
shell: bash
|
||||
run: echo "::group::go install"
|
||||
|
||||
- name: Install Go ${{ inputs.go-version }}
|
||||
uses: actions/setup-go@v6
|
||||
with:
|
||||
|
|
@ -102,6 +114,10 @@ runs:
|
|||
check-latest: true
|
||||
go-version-file: 'go.mod'
|
||||
|
||||
- name: Install GO
|
||||
shell: bash
|
||||
run: echo "::endgroup::"
|
||||
|
||||
- name: Determine GOMODCACHE
|
||||
shell: bash
|
||||
id: goenv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue