chore: modify test action

[skip ci]
This commit is contained in:
Marcel S. Henselin 2026-03-27 11:50:50 +01:00
parent d1c6464f59
commit 985857bfc8

View file

@ -67,11 +67,11 @@ inputs:
outputs:
result:
value: ${{ steps.testrun.result }}
value: "${{ steps.testrun.result }}"
description: "the output of the tests"
status:
value: ${{ steps.status.status }}
value: "${{ steps.status.status }}"
description: "the status of the tests"
runs:
@ -217,6 +217,8 @@ runs:
fi
testfile="${{ inputs.test_file }}"
echo "result=no result before run" >> "$GITHUB_OUTPUT"
echo "Running acceptance tests for the terraform provider"
set +e