chore: modify test action
[skip ci]
This commit is contained in:
parent
d1c6464f59
commit
985857bfc8
1 changed files with 4 additions and 2 deletions
6
.github/actions/acc_test/action.yaml
vendored
6
.github/actions/acc_test/action.yaml
vendored
|
|
@ -67,11 +67,11 @@ inputs:
|
||||||
|
|
||||||
outputs:
|
outputs:
|
||||||
result:
|
result:
|
||||||
value: ${{ steps.testrun.result }}
|
value: "${{ steps.testrun.result }}"
|
||||||
description: "the output of the tests"
|
description: "the output of the tests"
|
||||||
|
|
||||||
status:
|
status:
|
||||||
value: ${{ steps.status.status }}
|
value: "${{ steps.status.status }}"
|
||||||
description: "the status of the tests"
|
description: "the status of the tests"
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
|
|
@ -217,6 +217,8 @@ runs:
|
||||||
fi
|
fi
|
||||||
|
|
||||||
testfile="${{ inputs.test_file }}"
|
testfile="${{ inputs.test_file }}"
|
||||||
|
|
||||||
|
echo "result=no result before run" >> "$GITHUB_OUTPUT"
|
||||||
|
|
||||||
echo "Running acceptance tests for the terraform provider"
|
echo "Running acceptance tests for the terraform provider"
|
||||||
set +e
|
set +e
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue