Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
ci: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bsdayo committed Jun 15, 2023
1 parent e6e7673 commit 7445748
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-publish.yml
Expand Up @@ -7,9 +7,9 @@ on:

jobs:
test:
name: Test and Publish
name: Unit Test
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

Expand All @@ -27,8 +27,8 @@ jobs:
uses: codecov/codecov-action@v3
with:
directory: ./code-coverage/


publish:
name: Publish NuGet Packages
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7445748

Please sign in to comment.