Skip to content

Commit

Permalink
missing -y
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <[email protected]>
  • Loading branch information
dereknola committed Nov 22, 2024
1 parent 70b6f82 commit 1e51bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
go test -v -timeout=45m ./${{ matrix.etest}}_test.go -ci -local
- name: On Failure, install ssh
if: ${{ failure() }} && runner.environment == 'self-hosted'
run: sudo apt-get install openssh-client
run: sudo apt-get -y install openssh-client
- name: On Failure, Launch Debug Session
uses: lhotari/action-upterm@v1
if: ${{ failure() }}
Expand Down

0 comments on commit 1e51bb0

Please sign in to comment.