Skip to content

Commit

Permalink
Enable upterm session
Browse files Browse the repository at this point in the history
  • Loading branch information
cte committed Feb 23, 2025
1 parent 9d9e17e commit a442cb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/code-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
cache: 'npm'
- name: Install dependencies
run: npm run install:all
- name: Setup upterm session
uses: lhotari/action-upterm@v1
- name: Run unit tests
run: npx jest --runInBand

Expand Down

0 comments on commit a442cb6

Please sign in to comment.