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 0de082d commit 12adbc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-ramdisk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 9.0.100-rc.2.24474.11 # Match the SDK version
dotnet-version: 9.0.100

# Step 3: Prepare a directory in /dev/shm
- name: Set up Ramdisk Directory
Expand All @@ -35,5 +35,5 @@ jobs:
- name: Build and Test
run: |
cd /dev/shm/ramdisk/project
dotnet build --configuration Release
dotnet test --no-build --verbosity normal
dotnet build --configuration Debug --output /dev/shm/ramdisk/build
dotnet test --no-build /dev/shm/ramdisk/build --verbosity normal

0 comments on commit 12adbc3

Please sign in to comment.