Skip to content

Commit

Permalink
Add proxy module to CI actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rahearn committed Oct 10, 2024
1 parent 5430c07 commit ec560e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
path: ["cg_space", "clamav", "database", "domain", "redis", "s3"]
path: ["cg_space", "clamav", "database", "domain", "redis", "s3", "egress_proxy"]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -28,7 +28,7 @@ jobs:
strategy:
fail-fast: false
matrix:
path: ["cg_space", "clamav", "database", "domain", "redis", "s3"]
path: ["cg_space", "clamav", "database", "domain", "redis", "s3", "egress_proxy"]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
max-parallel: 2
matrix:
module: ["s3", "database", "redis", "cg_space", "domain", "clamav"]
module: ["s3", "database", "redis", "cg_space", "domain", "clamav", "egress_proxy"]
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit ec560e0

Please sign in to comment.