We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1350de5 commit ad5ae3dCopy full SHA for ad5ae3d
1 file changed
.github/workflows/ci.yml
@@ -13,6 +13,7 @@ jobs:
13
- uses: actions/checkout@v4
14
- uses: jdx/mise-action@v3
15
- run: pnpm install
16
+ - run: sudo apt-get update && sudo apt-get install -y ttyd
17
- run: pnpm exec playwright install --with-deps chromium webkit
18
- run: pnpm test
19
- run: pnpm run test:pw
0 commit comments