mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
chore: added base tests in e2e service
This commit is contained in:
parent
cad18dc7c7
commit
222516dbd4
1 changed files with 2 additions and 2 deletions
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
|
@ -26,9 +26,9 @@ jobs:
|
|||
ABUSE_ENABLED=$(grep -oP '^_APP_OPTIONS_ABUSE=\K\w+' .env || echo 'disabled')
|
||||
|
||||
if [ "$ABUSE_ENABLED" = "enabled" ]; then
|
||||
echo 'test_suffixes=["CustomClient", "CustomServer"]' >> $GITHUB_OUTPUT
|
||||
echo 'test_suffixes=["Base", "CustomClient", "CustomServer"]' >> $GITHUB_OUTPUT
|
||||
else
|
||||
echo 'test_suffixes=["ConsoleClient"]' >> $GITHUB_OUTPUT
|
||||
echo 'test_suffixes=["Base", "ConsoleClient"]' >> $GITHUB_OUTPUT
|
||||
fi
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
|
|
|
|||
Loading…
Reference in a new issue