diff --git a/.github/workflows/build-latest.yaml b/.github/workflows/build-latest.yaml index 88f6c49a..fb3e6a96 100644 --- a/.github/workflows/build-latest.yaml +++ b/.github/workflows/build-latest.yaml @@ -112,11 +112,13 @@ jobs: run: | docker load --input /tmp/geoserver.tar - name: Download ActiveMQ artifact + if: matrix.scenario == 'clustering' uses: actions/download-artifact@v3 with: name: kartoza-activemq path: /tmp - name: Load ActiveMQ image + if: matrix.scenario == 'clustering' run: | docker load --input /tmp/activemq.tar - name: Run scenario test ${{ matrix.scenario }}