Skip to content

Commit 73e6b4d

Browse files
committed
test6
1 parent d3d69b8 commit 73e6b4d

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/workflows/github-actions-tests.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ jobs:
3030
run: dotnet build --no-restore
3131

3232
- name: Upload photo to debug directory
33-
run: cp tests/CoinyProject.Application.AlbumService.Tests/Shared/test.jpg tests/CoinyProject.Application.AlbumService.Tests/bin/Debug/net8.0/
33+
run: |
34+
cp tests/CoinyProject.Application.AlbumService.Tests/Shared/test.jpg tests/CoinyProject.Application.AlbumService.Tests/bin/Debug/net8.0/
35+
mkdir -p tests/CoinyProject.Application.AlbumService.Tests/test/albums/elements
36+
3437
3538
- name: Test
3639
run: dotnet test --no-build --verbosity normal

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -364,3 +364,4 @@ FodyWeavers.xsd
364364
/src/CoinyProject.WebUI/wwwroot/albums/elements
365365
/tests/CoinyProject.Application.AlbumService.Tests/test/albums/elements
366366
/tests/CoinyProject.Application.AlbumService.Tests/test/albums/elements/6abaf162-05db-4410-afcb-ea8e0a5db912_test.jpg
367+
/tests/CoinyProject.Application.AlbumService.Tests/test

0 commit comments

Comments
 (0)