Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Shazwazza committed Apr 21, 2022
2 parents f0d1950 + 0e2ba1d commit eb47232
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@ name: Examine Build
on:
workflow_dispatch:
push:
branches:
- 'release/2.0'
branches:
- 'master'
- 'dev'
- 'release/*'
tags:
- 'v*'
pull_request:
branches:
- 'release/2.0'
- '*'

jobs:
build:
Expand Down Expand Up @@ -52,8 +56,6 @@ jobs:

- name: Test
run: dotnet test "${{ env.Test_Proj }}" --no-build --verbosity normal --results-directory ${{ github.workspace }}/_TestResults --logger "trx;logfilename=tests.trx"

# TODO: Update the script to build the nuget packages (for now we use dev-ops)

- name: Upload test results
uses: actions/upload-artifact@v2 # upload test results
Expand Down

0 comments on commit eb47232

Please sign in to comment.