We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b27fced commit 564f3bbCopy full SHA for 564f3bb
.github/workflows/tests.yml
@@ -22,12 +22,12 @@ jobs:
22
- name: npm install, build, and test
23
# Note, we run bench and cov just to make sure they run successfully, but we're not doing anything with the result yet.
24
run: |
25
+ if $(tty); then echo 'in a tty'; else echo 'NOT in a tty'; fi
26
npm install
27
npm run build
28
npm run doc
29
npm run bench
30
npm test
31
npm run cov
- echo $(tty)
32
env:
33
CI: true
0 commit comments