Skip to content

Commit

Permalink
chore: run tests on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
rainest committed Nov 16, 2023
1 parent cf4428d commit af21878
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ on:
push:
branches:
- main
pull_request: {}
pull_request:
- *

jobs:
integration:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ on:
push:
branches:
- main
pull_request: {}
pull_request:
- *

jobs:
test:
Expand All @@ -29,7 +30,7 @@ jobs:
- name: Upload Code Coverage
uses: codecov/codecov-action@v3
with:
name: codecov-deck
name: codecov
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
- name: Build
Expand Down

0 comments on commit af21878

Please sign in to comment.