Fix copy
This commit is contained in:
parent
e9aee85861
commit
652a062790
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
||||||
run: dotnet test --filter Category=Unit --no-restore --verbosity normal
|
run: dotnet test --filter Category=Unit --no-restore --verbosity normal
|
||||||
- uses: canastro/copy-file-action@master
|
- uses: canastro/copy-file-action@master
|
||||||
with:
|
with:
|
||||||
source: "test/**/TestResults/*UnitTests.trx"
|
source: "test/**/TestResults/Unit.Tests.trx"
|
||||||
target: "TestResults"
|
target: "TestResults"
|
||||||
- name: Start containers
|
- name: Start containers
|
||||||
run: docker-compose -f "docker-compose.yml" up -d --build
|
run: docker-compose -f "docker-compose.yml" up -d --build
|
||||||
|
|
Loading…
Reference in a new issue