Skip to content

Commit

Permalink
chore(ci): update ci-core.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
egbakou authored Dec 17, 2023
1 parent d2c18d7 commit 56a6827
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci-core.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will build a .NET project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net

name: .NET
name: DomainVerifier CI

on:
push:
Expand All @@ -10,12 +10,14 @@ on:
- 'DomainVerier.sln'
- 'src/DomainVerifier/**'
- 'tests/DomainVerifier.Tests/**'
- '**/core-ci.yml'
pull_request:
branches: [ "main" ]
paths:
- 'DomainVerier.sln'
- 'src/DomainVerifier/**'
- 'tests/DomainVerifier.Tests/**'
- '**/core-ci.yml'
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -59,4 +61,4 @@ jobs:
- name: Run tests
run: dotnet test -c Release /p:CollectCoverage=true /p:CoverletOutput=TestResult /p:CoverletOutputFormat=lcov
working-directory: ./tests/DomainVerifier.Tests
working-directory: ./tests/DomainVerifier.Tests

0 comments on commit 56a6827

Please sign in to comment.