From 2e16e093f25763eacb5b41243827ef7e155b819e Mon Sep 17 00:00:00 2001 From: Daniel Carabas Date: Wed, 19 Feb 2020 09:03:21 +0200 Subject: [PATCH] Change Rspec test execution to serial mode --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3516295..36eabfc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: