Skip to content

Commit

Permalink
Merge unit test with deploy file
Browse files Browse the repository at this point in the history
  • Loading branch information
inputfalken committed Oct 11, 2020
1 parent 5390206 commit db66978
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 20 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/publish-Sharpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ on:
branches:
- master # Default release branch
jobs:
build:
name: Test project
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.100
- name: Build
run: dotnet build --configuration Release
- name: Test
run: dotnet test --no-build --configuration Release
publish:
name: build, pack & publish
runs-on: ubuntu-latest
Expand Down
20 changes: 0 additions & 20 deletions .github/workflows/test.yml

This file was deleted.

0 comments on commit db66978

Please sign in to comment.