jrpc2: improve error for 'eth backend missing logs for block' #190
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: bun | |
on: | |
push: | |
branches: [main] | |
pull_request: | |
branches: [main] | |
jobs: | |
build: | |
name: "test" | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: oven-sh/setup-bun@v1 | |
- name: "install" | |
working-directory: shovel-config-ts | |
run: | | |
bun install | |
- name: "test" | |
working-directory: shovel-config-ts | |
run: | | |
bun test |