This commit is contained in:
@@ -10,7 +10,7 @@ jobs:
|
||||
runs-on: arm64 # Use the ARM64 runner
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4 # Action to checkout your repository
|
||||
uses: actions/checkout@v3 # Action to checkout your repository. actions/checkout@v4 fails with syntax error
|
||||
|
||||
# - name: Setup .NET SDK
|
||||
# uses: actions/setup-dotnet@v4 # Action to install a specific .NET SDK version
|
||||
@@ -24,4 +24,4 @@ jobs:
|
||||
run: dotnet build --configuration Debug --no-restore # Build the project in Debug configuration
|
||||
|
||||
# - name: Run tests (optional)
|
||||
# run: dotnet test --no-build # Run unit tests if available
|
||||
# run: dotnet test --no-build # Run unit tests if available
|
||||
|
||||
Reference in New Issue
Block a user