Skip to content

Commit

Permalink
feat(workflow): add tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MM25Zamanian committed Mar 11, 2022
1 parent 88fc40c commit 7512aba
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/verify.yml → .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Verify
name: Tests

on:
push:
branches:
- main
- 'renovate/**'
- next
pull_request:

env:
Expand Down Expand Up @@ -38,7 +37,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}
cache: 'npm'
cache: 'yarn'

- run: yarn install --frozen-lockfile
- run: yarn build:ts

0 comments on commit 7512aba

Please sign in to comment.