Skip to content

Commit

Permalink
misc: Update nodepty.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kkocdko committed Dec 25, 2023
1 parent 33887a3 commit 0cf07f6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/nodepty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
run: |
git clone --depth 1 https://github.com/kkocdko/node-pty
cd node-pty
curl -o src/unixTerminal.ts -L https://github.com/kkocdko/node-pty/raw/rm_deprecated/src/unixTerminal.ts
node -v
npm i
npm test
Expand All @@ -48,6 +49,7 @@ jobs:
run: |
git clone --depth 1 https://github.com/kkocdko/node-pty
cd node-pty
curl -o src/unixTerminal.ts -L https://github.com/kkocdko/node-pty/raw/rm_deprecated/src/unixTerminal.ts
node -v
npm i
npm test
Expand All @@ -70,6 +72,7 @@ jobs:
unzip bun.zip
mv bun-linux-x64/bun ./bun
rm -rf bun.zip bun-linux-x64
./bun i
npm i
npm test
npm run lint
./bun test
./bun run lint

0 comments on commit 0cf07f6

Please sign in to comment.