Skip to content

Commit

Permalink
maybe fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tbro committed Oct 30, 2024
1 parent 9241aab commit 8c76a20
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,13 @@ jobs:
- name: Pull Docker Images
run: docker compose pull || docker-compose pull

- name: Run Demo-Native
- if: ${{matrix.version}} == 03
- if: ${{matrix.version}} == 02
name: Run Demo-Native
run: bash -x scripts/demo-native -D

- if: ${{matrix.version}} == 03
name: Run Demo-Native Marketplace
run: bash -x scripts/demo-native -f process-compose.yaml -f process-compose-mp.yml -D
- run: bash -x scripts/demo-native -D

- name: Test Integration
env:
Expand Down

0 comments on commit 8c76a20

Please sign in to comment.