add a parameter to allow a specific group to access compute nodes without having jobs on the node #3151
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Validate Puppet code | |
on: [push, pull_request] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: ruby/setup-ruby@v1 | |
with: | |
ruby-version: '2.5' | |
bundler-cache: true # runs 'bundle install' and caches installed gems automatically | |
- name: Test with Rake | |
run: | | |
bundle exec rake test | |
local-tests/puppet-missing-files |