Skip to content

Commit

Permalink
consolidate pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasbach committed Apr 5, 2022
1 parent 5ea52c8 commit 50438e0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 32 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/lint.yml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/test.yml

This file was deleted.

12 changes: 10 additions & 2 deletions .github/workflows/build.yml → .github/workflows/verify.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Testing
name: Verify
on: push
jobs:
test:
Expand All @@ -8,10 +8,18 @@ jobs:
uses: actions/[email protected]
with:
persist-credentials: false
- name: Install, Build
- name: Prepare
run: |
yarn
npx lerna bootstrap
- name: Build
run: |
yarn build
yarn build:storybook
yarn build:docs
- name: Lint
run: |
yarn lint
- name: Test
run: |
yarn test

0 comments on commit 50438e0

Please sign in to comment.