Skip to content

Commit

Permalink
Add ruby_task_helper as a task helper
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl authored and smortex committed Jun 11, 2021
1 parent 490bea5 commit 551b7c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ fixtures:
stdlib: https://github.com/puppetlabs/puppetlabs-stdlib.git
apt: https://github.com/puppetlabs/puppetlabs-apt.git
docker: https://github.com/puppetlabs/puppetlabs-docker.git
ruby_task_helper: https://github.com/puppetlabs/puppetlabs-ruby_task_helper.git
translate: https://github.com/puppetlabs/puppetlabs-translate.git
yumrepo_core:
repo: https://github.com/puppetlabs/puppetlabs-yumrepo_core.git
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Create task helper symlink
run: ln -s puppet-gitlab_ci_runner/spec/fixtures/ruby_task_helper ../
- name: Run tests
run: bundle exec rake

Expand Down

0 comments on commit 551b7c7

Please sign in to comment.