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