diff options
author | rtkay123 <dev@kanjala.com> | 2025-08-15 21:05:36 +0200 |
---|---|---|
committer | rtkay123 <dev@kanjala.com> | 2025-08-15 21:05:36 +0200 |
commit | 552300d437ed3a3c3ecf20049b0f96eb2a9a13c1 (patch) | |
tree | fd54a21b63cdf3ab11b74972c980b42d9024e65e /.github | |
parent | 1968002d656383069a386bd874c9f0cc83e3116e (diff) | |
download | warden-552300d437ed3a3c3ecf20049b0f96eb2a9a13c1.tar.bz2 warden-552300d437ed3a3c3ecf20049b0f96eb2a9a13c1.zip |
feat(exec): get config
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/dockerfile.yaml | 7 |
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 |