Skip to content

Commit db0cc32

Browse files
committed
remove flaky flag from serverless workflow
1 parent d69f98a commit db0cc32

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
@@ -97,8 +97,7 @@ jobs:
9797
with:
9898
version: ${{ matrix.node-version }}
9999
- uses: ./.github/actions/install
100-
# TODO: Remove :flaky once flakiness is better
101-
- run: yarn test:plugins:ci:flaky
100+
- run: yarn test:plugins:ci
102101
- if: always()
103102
uses: ./.github/actions/testagent/logs
104103
with:

0 commit comments

Comments
 (0)