mirror of
https://github.com/ivabus/roulette
synced 2024-11-21 16:05:10 +03:00
create-binaries.yml: Disable dotnet testing
This commit is contained in:
parent
029607aec2
commit
e6acd912c8
1 changed files with 0 additions and 2 deletions
2
.github/workflows/create-binaries.yml
vendored
2
.github/workflows/create-binaries.yml
vendored
|
@ -15,8 +15,6 @@ jobs:
|
|||
run: dotnet restore
|
||||
- name: Build
|
||||
run: dotnet build --no-restore
|
||||
- name: Test
|
||||
run: dotnet test --no-build --verbosity normal
|
||||
- name: Prepare for building
|
||||
run: mkdir prepublish publish
|
||||
- name: Create binary for osx-x64
|
||||
|
|
Loading…
Reference in a new issue