diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b2daa69ce..ed2ccb823 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,7 @@ jobs: with: docker-tag: ${{ matrix.docker-tag }} docker-image: eventstore-ce/eventstoredb-ce + test: ${{ matrix.test }} ee: uses: ./.github/workflows/base.yml if: ${{ github.repository_owner == 'EventStore' }}