Skip to content

Commit

Permalink
infra: add build-test in test-workflow.yml (#1663)
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyRoyt authored Oct 16, 2023
1 parent 0e6ec8c commit 22ac1cc
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,24 @@ jobs:
run: |
npm run stylelint
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version-file: ".nvmrc"
- name: Install
run: |
npm ci
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

- name: Test
if: success()
run: |
npm run build
build-storybook-test:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 22ac1cc

Please sign in to comment.