Skip to content

Commit 4b4b32b

Browse files
committed
ci: remove flaky flag from serverless workflow (#6692)
1 parent 17f49dd commit 4b4b32b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/serverless.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,7 @@ jobs:
102102
with:
103103
version: ${{ matrix.node-version }}
104104
- uses: ./.github/actions/install
105-
# TODO: Remove :flaky once flakiness is better
106-
- run: yarn test:plugins:ci:flaky
105+
- run: yarn test:plugins:ci
107106
- if: always()
108107
uses: ./.github/actions/testagent/logs
109108
with:

0 commit comments

Comments
 (0)