devops: remove GHA todo in primary workflow for itest
Signed-off-by: Max Schmitt <max@schmitt.mx>
This commit is contained in:
parent
a02ed38e60
commit
f3bb7e0ec5
1
.github/workflows/tests_primary.yml
vendored
1
.github/workflows/tests_primary.yml
vendored
|
|
@ -219,7 +219,6 @@ jobs:
|
|||
with:
|
||||
command: npm run itest
|
||||
bot-name: "package-installations-${{ matrix.os }}"
|
||||
# TODO: figure out why itest fails with 'bash' on Windows.
|
||||
shell: ${{ matrix.os == 'windows-latest' && 'pwsh' || 'bash' }}
|
||||
flakiness-client-id: ${{ secrets.AZURE_FLAKINESS_DASHBOARD_CLIENT_ID }}
|
||||
flakiness-tenant-id: ${{ secrets.AZURE_FLAKINESS_DASHBOARD_TENANT_ID }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue