Skip to content

Commit

Permalink
Update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
sembrestels committed Sep 14, 2024
1 parent 8e51c3a commit b35f6a5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ jobs:
test-contracts:
name: test-contracts
runs-on: ubuntu-latest
env:
ALCHEMY_KEY: ${{ secrets.ALCHEMY_KEY }}
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
Expand All @@ -16,5 +18,8 @@ jobs:
bun install
bun run test:coverage
- name: Coveralls
uses: coverallsapp/github-action@v2
- name: Upload coverage to Coveralls
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }} # Ensure this is set
path-to-lcov: ./contracts/councilhaus/coverage/lcov.info # Adjust this path as needed

0 comments on commit b35f6a5

Please sign in to comment.