Skip to content

Commit

Permalink
update(ci): kill ssh agent
Browse files Browse the repository at this point in the history
  • Loading branch information
luisecm committed Oct 14, 2024
1 parent ec95bd4 commit 3a35291
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@ jobs:
publish_dir: ./playwright-report
destination_dir: ${{ steps.timestampidone.outputs.timestamp }}

- name: Stop ssh-agent job from first deploy required for deploying a second time
run: killall ssh-agent

- name: Download Allure results artifact for desktop
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 3a35291

Please sign in to comment.