Skip to content

Commit 3e94e87

Browse files
authored
test: lock the version of the conformance tool (#181)
Since the conformance tool is actively developed and there are breaking changes, we temporarily use a fixed commit of the conformance tool to avoid breaking our CI workflows.
1 parent a6dcf14 commit 3e94e87

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/conformance/run-conformance-tests.sh

+3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ cd ../.. && npm install && cd $OLDPWD
77

88
echo ""
99
echo "Install Functions Framework Conformance"
10+
rm -rf functions-framework-conformance
1011
git clone https://github.com/GoogleCloudPlatform/functions-framework-conformance.git
12+
# Lock a version of the conformance tool until the tool is stable.
13+
cd functions-framework-conformance && git checkout 53593adc9a4aa887450501b1de16f2d7c619ce42 && cd $OLDPWD
1114
cd functions-framework-conformance/client && go build && cd $OLDPWD
1215

1316
run_test() {

0 commit comments

Comments
 (0)