Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstoletov authored Aug 22, 2022
1 parent 5b9da7b commit 881059e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: Build
on:
- workflow_call
- pull_request
workflow_call:
pull_request:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -32,4 +35,4 @@ jobs:
DataBase=MongoDB dotnet test src/Horarium.IntegrationTest/Horarium.IntegrationTest.csproj -c Release --no-restore
- name: run InMemory integration tests
run: |
DataBase=Memory dotnet test src/Horarium.IntegrationTest/Horarium.IntegrationTest.csproj -c Release --no-restore
DataBase=Memory dotnet test src/Horarium.IntegrationTest/Horarium.IntegrationTest.csproj -c Release --no-restore

0 comments on commit 881059e

Please sign in to comment.