Skip to content

Commit

Permalink
Add e2e to check-regexp in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Feb 6, 2024
1 parent 45ab758 commit 7442432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
ref: ${{ github.ref }}
running-workflow-name: wait-for-check-regexp
# todo: example-check
check-regexp: lint|test|commit-check|type-check
check-regexp: lint|test|commit-check|type-check|e2e
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 10
- run: pnpm exec semantic-release
Expand Down

0 comments on commit 7442432

Please sign in to comment.