Change Rspec test execution to serial mode

This commit is contained in:
Daniel Carabas
2020-02-19 09:03:21 +02:00
parent 86a66d5732
commit 2e16e093f2

View File

@@ -33,7 +33,7 @@ jobs:
strategy:
matrix:
check: [parallel_spec, 'syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop']
check: [spec, 'syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop']
ruby_version: [2.4.x, 2.5.x]
puppet_gem_version: [~> 5.0, ~> 6.0]
exclude: