Skip to content

Commit b89d380

Browse files
committed
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 <[email protected]>
1 parent 1c74931 commit b89d380

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/scalar-functional-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Scalar Functional Tests
22

33
env:
4-
SCALAR_REPOSITORY: derrickstolee/scalar
5-
SCALAR_REF: test-scalar-in-c
4+
SCALAR_REPOSITORY: microsoft/scalar
5+
SCALAR_REF: main
66
DEBUG_WITH_TMATE: false
77
SCALAR_TEST_SKIP_VSTS_INFO: true
88

0 commit comments

Comments
 (0)