This repository has been archived by the owner on Dec 4, 2024. It is now read-only.
EVM-800 nonce too low from eth_getTransactionCount #4930
Workflow file for this run
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: Pull Request CI | |
on: # yamllint disable-line rule:truthy | |
workflow_dispatch: {} | |
pull_request: | |
jobs: | |
build: | |
name: Build | |
uses: ./.github/workflows/build.yml | |
test: | |
name: Test | |
uses: ./.github/workflows/test.yml | |
needs: build | |
secrets: | |
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} | |
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} |