Skip to content

Commit 73dfcec

Browse files
bastelfreakekohl
andcommitted
Update moduleroot/.github/workflows/ci.yml.erb
Co-authored-by: Ewoud Kohl van Wijngaarden <[email protected]>
1 parent 7431ab6 commit 73dfcec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

moduleroot/.github/workflows/ci.yml.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
<%- if @configs.key?('rubocop') -%>
3636
rubocop: <%= @configs['rubocop'] %>
3737
<%- end -%>
38-
<%- if !Dir[File.join(@metadata[:workdir], 'spec', 'acceptance', '**', '*_spec.rb')].any? && @configs['unit_runs_on'] -%>
38+
<%- if Dir[File.join(@metadata[:workdir], 'spec', 'acceptance', '**', '*_spec.rb')].none? && @configs['unit_runs_on'] -%>
3939
unit_runs_on: '<%= @configs['unit_runs_on'] %>'
4040
<%- end -%>

0 commit comments

Comments
 (0)