From e2a8540eec41aa3d8d5d48771f959030c033e0db Mon Sep 17 00:00:00 2001 From: Derrick Stolee Date: Wed, 16 Jun 2021 08:13:23 -0400 Subject: [PATCH] scalar: use microsoft/scalar:main for tests We were using derrickstolee/scalar:test-scalar-in-c as a temporary branch while we review microsoft/scalar#505 and ensure that it works as a vehicle for tests in microsoft/git. That work is complete, so let's update our ref to point to the official repo. Signed-off-by: Derrick Stolee --- .github/workflows/scalar-functional-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scalar-functional-tests.yml b/.github/workflows/scalar-functional-tests.yml index fd69d7e23a6032..870a079c9c55d2 100644 --- a/.github/workflows/scalar-functional-tests.yml +++ b/.github/workflows/scalar-functional-tests.yml @@ -1,8 +1,8 @@ name: Scalar Functional Tests env: - SCALAR_REPOSITORY: derrickstolee/scalar - SCALAR_REF: test-scalar-in-c + SCALAR_REPOSITORY: microsoft/scalar + SCALAR_REF: main DEBUG_WITH_TMATE: false SCALAR_TEST_SKIP_VSTS_INFO: true