Skip to content
Snippets Groups Projects
Unverified Commit fa6b6d2d authored by david22swan's avatar david22swan Committed by GitHub
Browse files

Merge pull request #461 from smortex/ruby

Add a knob to allow tasks testing using ruby_task_helper
parents b851eaa1 19a4d1e1
No related branches found
No related tags found
No related merge requests found
......@@ -134,6 +134,12 @@ jobs:
buildevents cmd $TRACE_ID $STEP_ID 'bundle env' -- bundle env
echo ::endgroup::
<% if @configs['use_ruby_task_helper'] -%>
- name: Create task helper symlink
run: |
ln -s "${PWD}/spec/fixtures/modules/ruby_task_helper" ..
<% end -%>
- name: Run parallel_spec tests
run: |
buildevents cmd $TRACE_ID $STEP_ID 'rake parallel_spec Puppet ${{ matrix.puppet_version }}, Ruby ${{ matrix.ruby_version }}' -- bundle exec rake parallel_spec
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment