Skip to content

Commit

Permalink
Updating spec tests to reflect new branch
Browse files Browse the repository at this point in the history
Signed-off-by: John <[email protected]>
  • Loading branch information
johnmccrae committed Apr 25, 2023
1 parent 59e104b commit b5417b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .expeditor/verify.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ expeditor:

steps:

- label: run-lint-and-specs-ruby-3.1
- label: run-lint-and-specs-ruby-3.0
command:
- .expeditor/run_linux_tests.sh rake
expeditor:
executor:
docker:
image: ruby:3.1-buster
image: rubydistros/ubuntu-18.04:3.0 # ruby:3.1-buster
- label: run-lint-and-specs-windows
command:
- gem install chef-utils
Expand All @@ -27,4 +27,4 @@ steps:
executor:
docker:
host_os: windows
image: rubydistros/windows-2019:3.1
image: rubydistros/windows-2019:3.0

0 comments on commit b5417b7

Please sign in to comment.