Skip to content

Commit

Permalink
chore: run unit tests on main (#2653)
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinAbro321 committed Jun 25, 2024
2 parents f039c60 + 633df00 commit 2ecaaa0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:
- "adr/**"
- "docs/**"
- "CODEOWNERS"
push:
# Running unit tests on main gives codecov a base to compare PRs against
branches:
- main

permissions:
contents: read
Expand All @@ -31,8 +35,8 @@ jobs:

- name: Run unit tests
run: make test-unit

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # v4.4.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 2ecaaa0

Please sign in to comment.