File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 44
44
echo ${PWD} &&
45
45
molecule --version &&
46
46
ansible --version &&
47
- molecule lint
47
+ # molecule lint
48
48
working-directory : ${{ inputs.role-path }}
Original file line number Diff line number Diff line change @@ -36,15 +36,15 @@ concurrency:
36
36
group : ${{ github.workflow }}-${{ github.ref }}
37
37
cancel-in-progress : true
38
38
jobs :
39
- # call-ci-lint:
40
- # name: Lint Role
41
- # uses: ./.github/workflows/ci-lint.yml
42
- # with:
43
- # role-path: ./roles/s1_agent_common
39
+ call-ci-lint :
40
+ name : Lint Role
41
+ uses : ./.github/workflows/ci-lint.yml
42
+ with :
43
+ role-path : ./roles/s1_agent_common
44
44
45
45
call-ci-test :
46
46
name : " Test: ${{ matrix.boxes.display_name }} (${{ matrix.scenario-name }})"
47
- # needs: call-ci-lint
47
+ needs : call-ci-lint
48
48
uses : ./.github/workflows/ci-test.yml
49
49
strategy :
50
50
fail-fast : false
You can’t perform that action at this time.
0 commit comments