File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,10 +54,10 @@ jobs:
54
54
buildevents step $TRACE_ID $STEP_ID $STEP_START 'Setup Environment'
55
55
echo STEP_ID=Setup-Acceptance-Test-Matrix >> $GITHUB_ENV
56
56
echo STEP_START=$(date +%s) >> $GITHUB_ENV
57
- - name : Run Static & Syntax Tests
58
- if : ${{ github.repository_owner == 'puppetlabs' }}
59
- run : |
60
- buildevents cmd $TRACE_ID $STEP_ID 'static_syntax_checks' -- bundle exec rake syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop
57
+ # - name: Run Static & Syntax Tests
58
+ # if: ${{ github.repository_owner == 'puppetlabs' }}
59
+ # run: |
60
+ # buildevents cmd $TRACE_ID $STEP_ID 'static_syntax_checks' -- bundle exec rake syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop
61
61
62
62
- name : Setup Spec Test Matrix
63
63
id : get-matrix
You can’t perform that action at this time.
0 commit comments