Skip to content

Commit

Permalink
Avoid prompt during yum install
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRuiz7 committed Mar 7, 2024
1 parent 6d664a4 commit 6b04cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/r_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
image: redhat/ubi9:latest
options: -v ${{ github.workspace }}/artifacts/dist -v /artifacts/dist
run: |
yum localinstall "/artifacts/dist/${{ inputs.package }}"
yum localinstall "/artifacts/dist/${{ inputs.package }}" -y
r_test_deb:
if: ${{ endsWith(inputs.package, 'deb') }}
Expand Down

0 comments on commit 6b04cc2

Please sign in to comment.