Skip to content

Commit 55a4e99

Browse files
authored
Update build-ramdisk.yml
1 parent 12adbc3 commit 55a4e99

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/build-ramdisk.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,14 @@ jobs:
3131
run: |
3232
cp -r $GITHUB_WORKSPACE/* /dev/shm/ramdisk/project
3333
34-
# Step 5: Build and Test from the ramdisk
34+
# Step 5: Debug Directory Contents
35+
- name: Debug Directory
36+
run: |
37+
ls -R /dev/shm/ramdisk/project
38+
39+
# Step 6: Build and Test from the ramdisk
3540
- name: Build and Test
3641
run: |
3742
cd /dev/shm/ramdisk/project
38-
dotnet build --configuration Debug --output /dev/shm/ramdisk/build
39-
dotnet test --no-build /dev/shm/ramdisk/build --verbosity normal
43+
dotnet build Clean.Architecture.sln --configuration Debug
44+
dotnet test Clean.Architecture.sln --

0 commit comments

Comments
 (0)