Skip to content

Commit

Permalink
Fix workflow job name to follow allowed characters
Browse files Browse the repository at this point in the history
  • Loading branch information
RudyTheDev committed Jun 18, 2023
1 parent e076a94 commit e1dd59c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- main

jobs:
build & test:
build_and_test:
runs-on: ubuntu-latest

steps:
Expand All @@ -24,4 +24,4 @@ jobs:
- name: Build
run: dotnet build --no-restore --configuration Release
- name: Test
run: dotnet test --no-build --verbosity normal
run: dotnet test --no-build --verbosity normal

0 comments on commit e1dd59c

Please sign in to comment.