Skip to content

Commit

Permalink
test(extension): try parallel e2e debug 3
Browse files Browse the repository at this point in the history
  • Loading branch information
oldGreg5 committed Apr 17, 2024
1 parent 1c62050 commit 1e3cf62
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/e2e-tests-linux.yml
Expand Up @@ -56,9 +56,10 @@ jobs:
- name: Start XVFB
run: |
Xvfb :99 &
- name: Remove `~/.ssh`
- name: Reset `~/.ssh`
run: |
rm -rvf ~/.ssh
rm -rvf ~/.ssh && mkdir -p ~/.ssh && chmod 700 ~/.ssh
ssh-keygen -t rsa -b 4096 -f ~/.ssh/id_rsa -C "runner@worker" -P ''
- name: Setup upterm session
uses: lhotari/action-upterm@v1
- name: Execute E2E tests
Expand Down

0 comments on commit 1e3cf62

Please sign in to comment.