Skip to content

Commit

Permalink
Disable SES in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Sep 20, 2023
1 parent 32ab6a1 commit b297e0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,8 @@ jobs:
SOCKETSERVER_ENABLED: 1
SKIP_BUILD: 1
WASMD_ENABLED: 1
SES_ENABLED: 1
# Stopped working for Node.js 20. Maybe we need to upgrade the dependency or something.
# SES_ENABLED: 1
command: yarn test --stream
- run:
name: Run CLI selftest
Expand Down

0 comments on commit b297e0f

Please sign in to comment.