Skip to content

Commit

Permalink
add acl management tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Schmidt committed Jul 2, 2024
1 parent 7e30e7f commit 146b6db
Show file tree
Hide file tree
Showing 5 changed files with 294 additions and 70 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ jobs:
FEATURES_CONF : ${{secrets.FEATURES_CONF}}

run: |
echo "$FEATURES_CONF" > docker/config/features.conf
echo "$FEATURES_CONF" > docker/vanilla/config/features.conf
echo "$FEATURES_CONF" > docker/tls/config/features.conf
echo "$FEATURES_CONF" > docker/mtls/config/features.conf
echo "$FEATURES_CONF" > docker/auth/config/features.conf
- name: Run tests
run: |
make coverage
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 146b6db

Please sign in to comment.