Skip to content

Commit

Permalink
add eth fork url to coverage secret
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorvsadana committed Sep 21, 2024
1 parent 047dd70 commit bbfa14e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Task - Integration Tests
on:
workflow_dispatch:
workflow_call:
secrets:
ETH_FORK_URL:
required: true

jobs:
coverage:
Expand Down Expand Up @@ -32,6 +35,8 @@ jobs:
version: nightly

- name: Build and run tests
env:
ETH_FORK_URL: ${{ secrets.ETH_FORK_URL }}
run: |
source <(cargo llvm-cov show-env --export-prefix)
cargo build --bin madara --profile dev
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ jobs:
name: Run Coverage
uses: ./.github/workflows/coverage.yml
needs: changelog
secrets: inherit

0 comments on commit bbfa14e

Please sign in to comment.