From 3ab8ec46519dc74ac4255046f3e0632fb989aae4 Mon Sep 17 00:00:00 2001 From: binarylogic Date: Thu, 2 Apr 2020 09:43:22 -0400 Subject: [PATCH] chore(operations): Compare test harness output with nightly/latest Signed-off-by: binarylogic --- .github/workflows/test-harness.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-harness.yml b/.github/workflows/test-harness.yml index 48b3b5b5e568c..59daaa7e1046c 100644 --- a/.github/workflows/test-harness.yml +++ b/.github/workflows/test-harness.yml @@ -97,7 +97,7 @@ jobs: with: args: | bash -o pipefail -xc "cd /vector-test-harness \ - && bin/compare -s vector -c default $(echo '${{ github.event.comment.body }}' | head -n 1 | sed 's|^/test ||') | tee \"$GITHUB_WORKSPACE/output\"" + && bin/compare -s vector -c default -v nightly/latest -v ${{ steps.cloned-repo-info.outputs.test_harness_vector_version }} $(echo '${{ github.event.comment.body }}' | head -n 1 | sed 's|^/test ||') | tee \"$GITHUB_WORKSPACE/output\"" env: GENERATE_SSH_KEY: true VECTOR_TEST_RESULTS_S3_BUCKET_NAME: test-results.vector.dev