chore(extension): test in CI

This commit is contained in:
Nathan Bierema 2021-06-19 18:09:22 -04:00
parent 9d7aa4b62f
commit 562fbc9887

View File

@ -12,8 +12,6 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- run: cd extension
- run: yarn install --immutable - run: yarn install --immutable
- run: yarn prettier:check - run: yarn test
- run: yarn build:all
- run: yarn lint:all
- run: yarn test:all