Skip to content

Commit

Permalink
Removed the . in the description
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanFiset committed Nov 30, 2024
1 parent 1555862 commit e135af0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ on:

jobs:
build:
name: .Build the entire solution
name: Build the entire solution
uses: ./.github/workflows/workflow-build.yml

tests:
name: .Run Unit Tests
name: Run Unit Tests
needs: build
uses: ./.github/workflows/workflow-tests.yml

e2e-tests:
name: .Run End To End Tests
name: Run End To End Tests
needs: build
uses: ./.github/workflows/workflow-e2e-tests.yml

0 comments on commit e135af0

Please sign in to comment.