From 064e2d74a8f560fb05f3fc5ab2012f002721a794 Mon Sep 17 00:00:00 2001 From: fang Date: Wed, 18 Jan 2023 16:52:49 +0100 Subject: [PATCH] ci: copy in tests prior to urbit-tests Tests were moved out of pkg/arvo and into root, but we still want them in for CI tests. --- .github/workflows/vere.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/vere.yml b/.github/workflows/vere.yml index 9315d8bf4..7827c4b67 100644 --- a/.github/workflows/vere.yml +++ b/.github/workflows/vere.yml @@ -157,7 +157,10 @@ jobs: exit $exitcode - if: ${{ matrix.os == 'ubuntu-latest' }} - run: nix-build -A urbit-tests + name: run urbit-tests + run: | + cp -RL tests pkg/arvo/tests + nix-build -A urbit-tests - if: ${{ matrix.os == 'ubuntu-latest' }} run: nix-build -A docker-image