Skip to content

Commit

Permalink
debug(ci): add uterm session for ssh'ing
Browse files Browse the repository at this point in the history
  • Loading branch information
andykais committed Jan 8, 2025
1 parent 32109dc commit 7adfcf2
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,33 +22,27 @@ jobs:
runs-on: ubuntu-latest

steps:
- run: free -m

- name: Setup Repo
uses: actions/checkout@v3

- run: free -m

- name: Setup FFMPEG
uses: FedericoCarboni/setup-ffmpeg@v3
id: setup-ffmpeg
with:
ffmpeg-version: 7.0.1

- run: free -m

- name: Setup Deno
uses: denoland/setup-deno@v2

- run: free -m

- name: Cache Deno dependencies
uses: actions/cache@v4
with:
path: ${{ env.DENO_DIR }}
key: ${{ hashFiles(env.DENO_LOCKFILE) }}

- run: free -m
# SSH into github machine for quick iterative debugging
- name: Setup upterm session
uses: lhotari/action-upterm@v1

- name: Test
run: deno task test
Expand Down

0 comments on commit 7adfcf2

Please sign in to comment.