Skip to content

Commit

Permalink
Update and rename jest.yml to ci-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mdl95r authored Aug 5, 2023
1 parent e2bdf2c commit fe2a1a7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/jest.yml → .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,14 @@ jobs:
# Finally, run our tests
- name: Run the tests
run: npm run test:unit
deploy:
environment:
name: github-pages
url: ${{ steps.build-publish.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- id: build-publish
uses: bitovi/github-actions-storybook-to-github-pages@v1.0.0
with:
path: dist/storybook
build_command: npm run build-storybook

0 comments on commit fe2a1a7

Please sign in to comment.