Skip to content

Commit

Permalink
Not going to use the builds, just tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jbtule authored Oct 1, 2019
1 parent 94f6923 commit 4392460
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,11 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: Generate build number
id: buildnumber
uses: einaregilsson/build-number@v1
with:
token: ${{secrets.github_token}}
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: ${{ matrix.dotnet }}
- name: Build (${{ steps.buildnumber.outputs.build_number }}) with dotnet
run: dotnet build --configuration Release --version-suffix alpha${{ steps.buildnumber.outputs.build_number }}
- name: Build with dotnet core
run: dotnet build --configuration Release
- name: Tests
run: dotnet test Tests/Tests.csproj --configuration Release --no-build --no-restore --filter=TestCategory!=Performance

0 comments on commit 4392460

Please sign in to comment.