This commit is contained in:
Nathan Bierema 2021-06-19 22:52:17 -04:00
parent 468d91adfe
commit ecce5a460d

View File

@ -13,9 +13,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- run: yarn install --immutable - run: yarn install --immutable
- run: yarn prettier:check
- run: yarn build:all - run: yarn build:all
- run: yarn lint:all
- run: yarn test:all - run: yarn test:all
- working-directory: ./extension
run: yarn install --immutable
- working-directory: ./extension
run: yarn test