Skip to content

Commit 83b58bf

Browse files
authored
[EngSys] Remove unnecessary pwsh from eng-tools-test (#38930)
1 parent 73cdb9a commit 83b58bf

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/_reusable-eng-tools-test.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
steps:
3737
- if: runner.os == 'Windows'
3838
run: git config --global core.longpaths true
39-
shell: pwsh
4039

4140
- uses: actions/checkout@v4
4241
with:
@@ -52,23 +51,19 @@ jobs:
5251

5352
- name: Build
5453
run: npm run build
55-
shell: pwsh
5654
working-directory: ./eng/tools/${{ inputs.package }}
5755

5856
- name: Lint
5957
run: npm run lint
6058
if: inputs.lint == true
61-
shell: pwsh
6259
working-directory: ./eng/tools/${{ inputs.package }}
6360

6461
- name: Check Formatting
6562
run: npm run format:check:ci
66-
shell: pwsh
6763
working-directory: ./eng/tools/${{ inputs.package }}
6864

6965
- name: Test
7066
run: npm run test:ci
71-
shell: pwsh
7267
working-directory: ./eng/tools/${{ inputs.package }}
7368

7469
- name: Archive code coverage results

0 commit comments

Comments
 (0)