Skip to content

Commit 5666781

Browse files
committed
Rename steps in GitHub actions workflows
1 parent 635664e commit 5666781

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-to-azure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
working-directory: ui
4444
run: npm install --force
4545

46-
- name: ui-nx-build
46+
- name: ui-angular-cli-build
4747
working-directory: ui
4848
run: npm run build
4949

.github/workflows/dotnet-and-npm-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
working-directory: ui
2626
run: npm install --force
2727

28-
- name: ui-nx-build
28+
- name: ui-angular-cli-build
2929
working-directory: ui
3030
run: npm run build
3131

0 commit comments

Comments
 (0)