aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/dockerfile.yaml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.github/workflows/dockerfile.yaml b/.github/workflows/dockerfile.yaml
index c2823ea..3d2435d 100644
--- a/.github/workflows/dockerfile.yaml
+++ b/.github/workflows/dockerfile.yaml
@@ -15,7 +15,12 @@ jobs:
strategy:
fail-fast: true
matrix:
- crate: ["pseudonyms", "warden", "configuration", "router"]
+ crate:
+ - pseudonyms
+ - warden
+ - configuration
+ - router
+ - rule-executor
name: build / ${{ matrix.crate }}
steps:
- uses: actions/checkout@v4