Skip to content

Commit ad5ae3d

Browse files
committed
ci: install ttyd for playwright e2e tests
1 parent 1350de5 commit ad5ae3d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: jdx/mise-action@v3
1515
- run: pnpm install
16+
- run: sudo apt-get update && sudo apt-get install -y ttyd
1617
- run: pnpm exec playwright install --with-deps chromium webkit
1718
- run: pnpm test
1819
- run: pnpm run test:pw

0 commit comments

Comments
 (0)