Skip to content

Commit

Permalink
chore: add devbox in service ci
Browse files Browse the repository at this point in the history
Signed-off-by: cbluebird <[email protected]>
  • Loading branch information
cbluebird committed Dec 11, 2024
1 parent a8cae9e commit abfcde5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
strategy:
matrix:
## TODO: add more modules
module: [database, pay, account, minio, launchpad, exceptionmonitor, aiproxy]
module: [ database, pay, account, minio, launchpad, exceptionmonitor, aiproxy, devbox ]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
strategy:
matrix:
## TODO: add more modules
module: [database, pay, account, minio, launchpad, exceptionmonitor, aiproxy]
module: [ database, pay, account, minio, launchpad, exceptionmonitor, aiproxy, devbox ]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit abfcde5

Please sign in to comment.