Skip to content

Commit

Permalink
add minio service module to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
nowinkeyy committed Jan 2, 2024
1 parent a35524d commit af8069e
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 @@ -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 af8069e

Please sign in to comment.