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:
|
||||
terraform_wrapper: false
|
||||
|
||||
- uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: '24.x'
|
||||
|
||||
- name: Setup JAVA
|
||||
uses: actions/setup-java@v5
|
||||
with:
|
||||
|
|
@ -244,7 +248,7 @@ runs:
|
|||
|
||||
- name: Upload test log artifact
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: acc_test.log
|
||||
path: "stackit/acc_test_run.log"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue