diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2dd7351369..5f295c4359 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -172,7 +172,7 @@ jobs: appwrite test /usr/src/code/tests/e2e/Services/${{ matrix.service }} --debug --exclude=devKeys e2e_dev_keys: - name: E2E Service Test + name: E2E Service Test (Dev Keys) runs-on: ubuntu-latest needs: setup strategy: @@ -217,10 +217,8 @@ jobs: export _APP_DATABASE_SHARED_TABLES_V1= fi - export _APP_OPTIONS_ABUSE=enabled - docker compose exec -T \ - -e _APP_OPTIONS_ABUSE \ + -e _APP_OPTIONS_ABUSE=enabled \ -e _APP_DATABASE_SHARED_TABLES \ -e _APP_DATABASE_SHARED_TABLES_V1 \ appwrite test /usr/src/code/tests/e2e/Services/Projects --debug --group=devKeys