Skip to content

Commit 4d81bf6

Browse files
committed
cleanup
1 parent ea4de98 commit 4d81bf6

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.github/workflows/tests.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
requiresTestSdk: true
179179

180180
endtoend_tests:
181-
name: EndToEnd ${{ matrix.os }}
181+
name: EndToEnd Linux
182182
uses: ./.github/workflows/run-tests.yml
183183
needs: build_packages
184184
with:
@@ -213,11 +213,21 @@ jobs:
213213
with:
214214
name: aspire-extension
215215
path: extension/out/aspire-extension.vsix
216+
216217
results: # This job is used for branch protection. It ensures all the above tests passed
217218
if: ${{ always() && github.repository_owner == 'dotnet' }}
218219
runs-on: ubuntu-latest
219220
name: Final Results
220-
needs: [ integrations_test_lin, integrations_test_win, integrations_test_macos, templates_test_lin, templates_test_win, templates_test_macos, endtoend_tests, extension_tests_win ]
221+
needs: [
222+
endtoend_tests,
223+
extension_tests_win,
224+
integrations_test_lin,
225+
integrations_test_macos,
226+
integrations_test_win,
227+
templates_test_lin,
228+
templates_test_macos,
229+
templates_test_win
230+
]
221231
steps:
222232
- name: Checkout code
223233
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)