Skip to content

Commit

Permalink
add conditional statement (#589)
Browse files Browse the repository at this point in the history
* add conditional statement

* download activemq for clustering only

* fix conditional
  • Loading branch information
NyakudyaA authored Nov 6, 2023
1 parent 0f47b45 commit c92e564
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit c92e564

Please sign in to comment.