Skip to content

Commit

Permalink
Update build-ramdisk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ardalis authored Dec 13, 2024
1 parent 12adbc3 commit 55a4e99
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/build-ramdisk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,14 @@ jobs:
run: |
cp -r $GITHUB_WORKSPACE/* /dev/shm/ramdisk/project
# Step 5: Build and Test from the ramdisk
# Step 5: Debug Directory Contents
- name: Debug Directory
run: |
ls -R /dev/shm/ramdisk/project
# Step 6: Build and Test from the ramdisk
- name: Build and Test
run: |
cd /dev/shm/ramdisk/project
dotnet build --configuration Debug --output /dev/shm/ramdisk/build
dotnet test --no-build /dev/shm/ramdisk/build --verbosity normal
dotnet build Clean.Architecture.sln --configuration Debug
dotnet test Clean.Architecture.sln --

0 comments on commit 55a4e99

Please sign in to comment.