Skip to content

Commit

Permalink
Feature/matrix pipeline (MarketSquare#36)
Browse files Browse the repository at this point in the history
* test pipeline with multiple camunda versions

* test pipeline with multiple camunda versions
  • Loading branch information
Noordsestern authored Aug 26, 2021
1 parent 75a9531 commit eb37145
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/robot-test.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
name: Robot tests

on: [pull_request]
on: [push, pull_request]

jobs:
integrationtest:
runs-on: ubuntu-latest
container: python:3.9
strategy:
matrix:
camunda_version: ['run-7.14.0','run-7.15.0']
services:
camunda:
image: camunda/camunda-bpm-platform:run-7.14.0
image: camunda/camunda-bpm-platform:${{ matrix.camunda_version }}
ports:
- 8080:8080
steps:
Expand Down

0 comments on commit eb37145

Please sign in to comment.