Skip to content

Commit 5338931

Browse files
authored
Fix the test runner YAML (#677)
1 parent 743aecf commit 5338931

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-examples.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Text examples
1+
name: Test examples
22

33
# Triggers the workflow on pull request events that update the branch
44
on:
@@ -14,7 +14,7 @@ on:
1414
default: 'Manual run'
1515

1616
jobs:
17-
test-extraction-and-runner
17+
test-extraction-and-runner:
1818
runs-on: ubuntu-latest
1919
env:
2020
DOTNET_NOLOGO: true

0 commit comments

Comments
 (0)