Skip to content

Commit

Permalink
graphviz
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Powell <[email protected]>
  • Loading branch information
tpowell-progress committed Aug 14, 2024
1 parent a449de5 commit ac6ba47
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .expeditor/verify.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ expeditor:
steps:
- label: "Integration Ubuntu 18.04 :ruby: 3.0"
commands:
- cd /workdir
- apt-get update -y
- apt-get install -y graphviz
- bundle install --jobs=3 --retry=3
- bundle exec rake
expeditor:
Expand All @@ -23,6 +26,8 @@ steps:
- label: "Integration Ubuntu 22.04 :ruby: 3.1"
commands:
- cd /workdir
- apt-get update -y
- apt-get install -y graphviz
- bundle config set --local path 'vendor/bundle'
- bundle install --jobs=3 --retry=3
- bundle exec rake
Expand Down

0 comments on commit ac6ba47

Please sign in to comment.