mirror of
https://github.com/Radarr/Radarr
synced 2026-01-24 08:23:54 +01:00
fix(ci): copy test DLLs to expected location for test.sh
This commit is contained in:
parent
66264b7301
commit
d1a6637f08
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -88,6 +88,9 @@ jobs:
|
|||
mkdir -p _tests/bin
|
||||
cp _output/net8.0/linux-x64/publish/Radarr _tests/bin/
|
||||
chmod +x _tests/bin/Radarr
|
||||
# Copy test DLLs to where test.sh expects them
|
||||
cp _tests/net8.0/linux-x64/publish/*.dll _tests/
|
||||
cp _tests/net8.0/linux-x64/publish/*.json _tests/ 2>/dev/null || true
|
||||
find _tests -name "Radarr.Test.Dummy" -exec chmod a+x {} \;
|
||||
|
||||
- name: Test with coverage
|
||||
|
|
|
|||
Loading…
Reference in a new issue