Skip to content

Commit

Permalink
add minio service module to workflows (#4450)
Browse files Browse the repository at this point in the history
  • Loading branch information
nowinkeyy committed Jan 2, 2024
1 parent a35524d commit 15279bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/services.yml
Expand Up @@ -86,7 +86,7 @@ jobs:
strategy:
matrix:
## TODO: add more modules
module: [ database, pay, account ]
module: [database, pay, account, minio]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
strategy:
matrix:
## TODO: add more modules
module: [ database, pay, account ]
module: [database, pay, account, minio]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 15279bc

Please sign in to comment.