Skip to content

Commit

Permalink
ci: fix step name
Browse files Browse the repository at this point in the history
Signed-off-by: Lenin Mehedy <[email protected]>
  • Loading branch information
leninmehedy committed Nov 27, 2023
1 parent d08bb5a commit 2b107dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flow-pull-request-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
custom-job-label: Standard

fsnetman-tests:
name: FSNETMAN Tests
name: fsnetman Tests
uses: ./.github/workflows/zxc-fsnetman-tests.yaml
with:
custom-job-label: Standard
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/zxc-fsnetman-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
##

name: "ZXC: FSNETMAN Tests"
name: "ZXC: fsnetman Tests"
# The purpose of this reusable workflow is to compile the code and run the unit tests on every PR and commit.
# This reusable component is called by the following workflows:
# - .github/workflows/flow-pull-request-checks.yaml
Expand All @@ -26,7 +26,7 @@ on:
description: "Custom Job Label:"
type: string
required: false
default: "FSNETMAN Test"
default: "fsnetman Test"
node-version:
description: "NodeJS Version:"
type: string
Expand All @@ -47,7 +47,7 @@ permissions:

jobs:
test:
name: ${{ inputs.custom-job-label || 'FSNETMAN Test' }}
name: ${{ inputs.custom-job-label || 'fsnetman Test' }}
runs-on: [self-hosted, Linux, medium, ephemeral]
steps:
- name: Get related changed files
Expand Down

0 comments on commit 2b107dd

Please sign in to comment.