File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 54
54
run : docker build . --file Dockerfile --tag octocatalog-diff:ruby${{matrix.ruby-version}} --build-arg RUBY_VERSION=${{matrix.ruby-version}}-stretch
55
55
- name : Tests
56
56
run : docker run -e PUPPET_VERSION -e PUPPET_VERSIONS -e RSPEC_TEST -e RUBOCOP_TEST -e ENFORCE_COVERAGE octocatalog-diff:ruby${{matrix.ruby-version}} /app/script/cibuild
57
+
58
+ puppet-6-18-0 :
59
+ env :
60
+ PUPPET_VERSIONS : " 6.18.0"
61
+ PUPPET_VERSION : " 6.18.0"
62
+ RUBOCOP_TEST : false
63
+ RSPEC_TEST : true
64
+ runs-on : ubuntu-latest
65
+ strategy :
66
+ matrix :
67
+ ruby-version : ["2.5", "2.6"]
68
+ steps :
69
+ - name : Checkout code
70
+ uses : actions/checkout@v1
71
+ - name : Build container
72
+ run : docker build . --file Dockerfile --tag octocatalog-diff:ruby${{matrix.ruby-version}} --build-arg RUBY_VERSION=${{matrix.ruby-version}}-stretch
73
+ - name : Tests
74
+ run : docker run -e PUPPET_VERSION -e PUPPET_VERSIONS -e RSPEC_TEST -e RUBOCOP_TEST -e ENFORCE_COVERAGE octocatalog-diff:ruby${{matrix.ruby-version}} /app/script/cibuild
57
75
- name : Rubocop and Coverage
58
76
run : docker run -e PUPPET_VERSION -e PUPPET_VERSIONS -e RSPEC_TEST -e RUBOCOP_TEST -e ENFORCE_COVERAGE octocatalog-diff:ruby${{matrix.ruby-version}} /app/script/cibuild
59
77
if : matrix.ruby-version == '2.6'
You can’t perform that action at this time.
0 commit comments