Browse Source

Up workflow test

pull/5358/head
Artur Arseniev 2 years ago
parent
commit
45c7f4805a
  1. 1
      .github/workflows/build.yml

1
.github/workflows/build.yml

@ -23,4 +23,5 @@ jobs:
cache: 'yarn'
- run: yarn --frozen-lockfile
- run: npm run lint
- run: npm ts:build:check
- run: npm test
Loading…
Cancel
Save