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.
This commit is contained in:
fang 2023-01-18 16:52:49 +01:00 committed by GitHub
parent e888960370
commit 064e2d74a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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