update workflow

This commit is contained in:
2026-05-15 17:30:21 +09:00
parent e1dd7f95e2
commit 82488c3453

View File

@@ -9,6 +9,9 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./src
steps:
- name: Checkout repository
@@ -20,7 +23,8 @@ jobs:
dotnet-version: 10.0.x
- name: Restore dependencies
run: dotnet restore
run: |
dotnet restore
- name: Run tests
# Run all test projects in the repository. If any test fails, this step will exit non-zero