chore: modify test action
[skip ci]
This commit is contained in:
parent
6c99c66566
commit
3607f66c17
1 changed files with 5 additions and 1 deletions
6
.github/actions/acc_test/action.yaml
vendored
6
.github/actions/acc_test/action.yaml
vendored
|
|
@ -93,6 +93,10 @@ runs:
|
||||||
with:
|
with:
|
||||||
terraform_wrapper: false
|
terraform_wrapper: false
|
||||||
|
|
||||||
|
- uses: actions/setup-node@v6
|
||||||
|
with:
|
||||||
|
node-version: '24.x'
|
||||||
|
|
||||||
- name: Setup JAVA
|
- name: Setup JAVA
|
||||||
uses: actions/setup-java@v5
|
uses: actions/setup-java@v5
|
||||||
with:
|
with:
|
||||||
|
|
@ -244,7 +248,7 @@ runs:
|
||||||
|
|
||||||
- name: Upload test log artifact
|
- name: Upload test log artifact
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: acc_test.log
|
name: acc_test.log
|
||||||
path: "stackit/acc_test_run.log"
|
path: "stackit/acc_test_run.log"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue