Skip to content

Change owner attribute in Exec[git-pull-rubybuild-${name}] (#98) #13

Change owner attribute in Exec[git-pull-rubybuild-${name}] (#98)

Change owner attribute in Exec[git-pull-rubybuild-${name}] (#98) #13

Workflow file for this run

name: PuppetCI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.8
- run: bundle install
- run: bundle exec rake spec