Skip to content

Commit

Permalink
scalar: use microsoft/scalar:main for tests
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
derrickstolee committed Aug 3, 2021
1 parent daed98f commit 4f18179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scalar-functional-tests.yml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 4f18179

Please sign in to comment.