Skip to content

Commit 4a2ef9e

Browse files
Add tree output
1 parent b12e02a commit 4a2ef9e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,6 @@ jobs:
2626
run: dotnet build --configuration Debug --no-incremental
2727

2828
- name: Test
29-
run: dotnet run --project ./Shipyard/Shipyard.csproj -- --config ../Shipyard.Demo/shipyard.json --output ../publish
29+
run: |
30+
dotnet run --project ./Shipyard/Shipyard.csproj -- --config ./Shipyard.Demo/shipyard.json --output ./publish
31+
tree ./publish

0 commit comments

Comments
 (0)