Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP committed Feb 8, 2024
1 parent 0b8311c commit 480b5b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ runs:
- name: Run scap-open tests
working-directory: ./ansible-playbooks
shell: bash
run: ansible-playbook scap-open.yml --extra-vars "@vars.yml" || :
run: |
ansible-playbook scap-open.yml --extra-vars "@vars.yml" || :
- name: Tar output files
shell: bash
Expand Down

0 comments on commit 480b5b5

Please sign in to comment.