Skip to content

Commit

Permalink
fix: beacon fetcher test case
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkAfCod committed Apr 22, 2024
1 parent 6b0633e commit 9248aa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
env:
ETH_API_KEY: ${{ secrets.ETH_API_KEY }}
OPT_API_KEY: ${{ secrets.OPT_API_KEY }}
BEACON_ARCHIVE_API_URL: ${{ secrets.BEACON_ARCHIVE_API_URL }}
run: ./gradlew build

- name: Generate JaCoCo Badge
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
import java.net.URL;
import java.util.List;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

/**
Expand Down

0 comments on commit 9248aa6

Please sign in to comment.