Skip to content

Commit 5e3fa79

Browse files
fidenciomxpv
authored andcommitted
Revert "workflows: Make Tests non-required"
This reverts commit 5aae0c3, as the test has been fixed and is behaving as expected. Signed-off-by: Fabiano Fidêncio <[email protected]>
1 parent 7259c1c commit 5e3fa79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ jobs:
260260
name: Report required job statuses
261261
runs-on: ubuntu-latest
262262
# List job dependencies which are required to pass status checks in order to be merged via merge queue.
263-
needs: [checks, windows-checks, deny, linux-integration, windows-integration]
263+
needs: [checks, windows-checks, tests, deny, linux-integration, windows-integration]
264264
if: ${{ always() }}
265265
steps:
266266
- run: exit 1

0 commit comments

Comments
 (0)