Skip to content

Commit 02275f1

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

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,7 +22,7 @@ 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
25+
if tty; then echo 'in a tty'; else echo 'NOT in a tty'; fi
2626
npm install
2727
npm run build
2828
npm run doc

0 commit comments

Comments
 (0)