Skip to content

Commit 7d8672d

Browse files
committed
ci: ignore tests-report
1 parent d8e085f commit 7d8672d

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
jobs:
77
release:
88
runs-on: ubuntu-latest
9-
if: "!contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'skip ci')"
109
steps:
1110
- uses: actions/checkout@v4
1211
- uses: pnpm/action-setup@v4
@@ -33,11 +32,10 @@ jobs:
3332
vitest-cache-${{ github.ref_name }}
3433
3534
- name: Run tests
36-
run: pnpm vitest --run --bail 5
35+
run: pnpm vitest --run
3736

3837
- name: Create Release
3938
env:
4039
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4140
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
42-
run: |
43-
cd packages/storybook-addon-remix-react-router && pnpm run release
41+
run: pnpm --filter "storybook-addon-remix-react-router" run release

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ build-storybook.log
99
.idea
1010

1111
*storybook.log
12+
tests-report

0 commit comments

Comments
 (0)