diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2aeae21655..494a9c1424 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -512,7 +512,7 @@ jobs: # Services that rely on sequential test method execution (shared static state) FUNCTIONAL_FLAG="--functional" case "${{ matrix.service }}" in - Databases|TablesDB|Functions|Realtime) FUNCTIONAL_FLAG="" ;; + Databases|TablesDB|Functions|Realtime|GraphQL) FUNCTIONAL_FLAG="" ;; esac docker compose exec -T \