Skip to content

Commit a6dd204

Browse files
authored
Remove package name validation from CI workflow
Removed package name validation step from CI workflow.
1 parent a643dc4 commit a6dd204

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/actions/test/linux-packaging/action.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -75,25 +75,12 @@ runs:
7575
Invoke-CIFinish
7676
shell: pwsh
7777

78-
<<<<<<< HEAD
79-
=======
8078
- name: Install Pester
8179
run: |-
8280
Import-Module ./tools/ci.psm1
8381
Install-CIPester
8482
shell: pwsh
8583

86-
- name: Validate Package Names
87-
run: |-
88-
# Run Pester tests to validate package names
89-
Import-Module Pester -Force
90-
$testResults = Invoke-Pester -Path ./test/packaging/linux/package-validation.tests.ps1 -PassThru
91-
if ($testResults.FailedCount -gt 0) {
92-
throw "Package validation tests failed"
93-
}
94-
shell: pwsh
95-
96-
>>>>>>> 0c40a84ab (Add merge conflict marker detection to linux-ci workflow and refactor existing actions to use reusable get-changed-files action (#26350))
9784
- name: Upload deb packages
9885
uses: actions/upload-artifact@v4
9986
with:

0 commit comments

Comments
 (0)