Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: cover global install
Browse files Browse the repository at this point in the history
Ref: #1
haltcase committed Jan 2, 2022
1 parent 6ca4b61 commit a5e077e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -15,4 +15,8 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- run: yarn && yarn test
- run: |
yarn
yarn test
yarn link
tablemark --help

0 comments on commit a5e077e

Please sign in to comment.