From 08a2d022b355a691f6a4d86c6a4d63cfaff47687 Mon Sep 17 00:00:00 2001 From: Arya Irani <538571+aryairani@users.noreply.github.com> Date: Sun, 12 May 2024 10:20:18 -0400 Subject: [PATCH] temporarily switch runtime tests to `@kylegoetz/udp` --- .github/workflows/ci-test-jit.yaml | 2 +- .github/workflows/ci.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-test-jit.yaml b/.github/workflows/ci-test-jit.yaml index 6162c535f2..0df8205ee7 100644 --- a/.github/workflows/ci-test-jit.yaml +++ b/.github/workflows/ci-test-jit.yaml @@ -4,7 +4,7 @@ on: workflow_call: env: - runtime_tests_version: "@unison/runtime-tests/main" + runtime_tests_version: "@unison/runtime-tests/@kylegoetz/udp" # for best results, this should match the path in ci.yaml too; but GH doesn't make it easy to share them. runtime_tests_codebase: "~/.cache/unisonlanguage/runtime-tests.unison" diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 863f28d2f4..47211519a8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,7 @@ env: jit_src_scheme: unison-jit-src/scheme-libs/racket jit_dist: unison-jit-dist jit_generator_os: ubuntu-20.04 - runtime_tests_version: "@unison/runtime-tests/main" + runtime_tests_version: "@unison/runtime-tests/@kylegoetz/udp" runtime_tests_codebase: "~/.cache/unisonlanguage/runtime-tests.unison" # locations of some files that will indicate whether we need to re-run certain steps