Skip to content

Commit 5a42f27

Browse files
authored
Minor typo in ft yaml (#355)
<!-- Description: Please provide a summary of the changes and the motivation behind them. --> --- Minor typo in functional test action name ### **Checklist** - [ ] Tests added/updated - [ ] Documentation updated (if needed) - [ ] Code conforms to style guidelines
1 parent b71939a commit 5a42f27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests-functional.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env:
2424

2525
jobs:
2626
tests-functional:
27-
name: Funtional test suite
27+
name: Functional test suite
2828
runs-on:
2929
- self-hosted
3030
- 1ES.Pool=${{ inputs.hostDistro == 'azl3' && (inputs.hostArch == 'amd64' && 'maritimus-github-runner-azl3-amd64' || 'maritimus-github-runner-azl3-arm64') || (inputs.hostArch == 'amd64' && 'maritimus-github-runner-ubuntu2404-amd64' || 'maritimus-github-runner-ubuntu2404-arm64') }}

0 commit comments

Comments
 (0)