mirror of
https://github.com/real-zony/ZonyLrcToolsX.git
synced 2025-07-01 12:11:13 +00:00
ci: debug github actions.
This commit is contained in:
parent
d4a6a46078
commit
172174d9e3
9
.github/workflows/dotnet.yml
vendored
9
.github/workflows/dotnet.yml
vendored
@ -8,11 +8,10 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v3
|
||||
- name: Setup .NET
|
||||
uses: actions/setup-dotnet@v2
|
||||
with:
|
||||
@ -21,5 +20,5 @@ jobs:
|
||||
run: dotnet restore
|
||||
- name: Build
|
||||
run: dotnet build --no-restore
|
||||
# - name: Test
|
||||
# run: dotnet test --no-build --verbosity normal
|
||||
- name: Release
|
||||
run: ls -a
|
Loading…
x
Reference in New Issue
Block a user