diff --git a/.github/workflows/testnet-package.yaml b/.github/workflows/testnet-package.yaml index ac1b7e15f..32643c324 100644 --- a/.github/workflows/testnet-package.yaml +++ b/.github/workflows/testnet-package.yaml @@ -13,7 +13,12 @@ jobs: strategy: matrix: servicename: [ - CAServer.HttpApi.Host + CAServer.Silo, + CAServer.AuthServer, + CAServer.EntityEventHandler, + CAServer.ContractEventHandler, + CAServer.HttpApi.Host, + CAServer.BackGround ] steps: - uses: actions/checkout@v4 @@ -33,7 +38,12 @@ jobs: strategy: matrix: servicename: [ - CAServer.HttpApi.Host + CAServer.Silo, + CAServer.AuthServer, + CAServer.EntityEventHandler, + CAServer.ContractEventHandler, + CAServer.HttpApi.Host, + CAServer.BackGround ] permissions: contents: read