Skip to content

Commit 564f3bb

Browse files
authored
Update tests.yml
1 parent b27fced commit 564f3bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
- name: npm install, build, and test
2323
# Note, we run bench and cov just to make sure they run successfully, but we're not doing anything with the result yet.
2424
run: |
25+
if $(tty); then echo 'in a tty'; else echo 'NOT in a tty'; fi
2526
npm install
2627
npm run build
2728
npm run doc
2829
npm run bench
2930
npm test
3031
npm run cov
31-
echo $(tty)
3232
env:
3333
CI: true

0 commit comments

Comments
 (0)