Skip to content

Commit

Permalink
bring back tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Jan 29, 2024
1 parent 37dfc82 commit 3cfb456
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ jobs:
- name: Build
run: yarn build

# TODO: bring this back once https://github.com/mswjs/msw-storybook-addon/pull/125 is merged
# - name: Test
# working-directory: ./packages/docs
# run: yarn test
- name: Test
working-directory: ./packages/docs
run: yarn test

- name: Release
run: |
Expand Down

0 comments on commit 3cfb456

Please sign in to comment.