Skip to content

Add property to allow the use of the 'root' and '0' user for docker A… #2513

Add property to allow the use of the 'root' and '0' user for docker A…

Add property to allow the use of the 'root' and '0' user for docker A… #2513

Workflow file for this run

name: Unit Tests
on:
pull_request:
branches: [ develop ]
push:
branches: [ develop ]
jobs:
config_template_tests:
runs-on: ubuntu-latest
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/spec/Gemfile
steps:
- uses: actions/checkout@v5
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run tests
run: cd spec && bundle exec rubocop . && bundle exec rspec .