We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca6ac5c commit 2bb8a31Copy full SHA for 2bb8a31
.github/workflows/build.yml
@@ -27,8 +27,6 @@ jobs:
27
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
28
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
29
- name: Test with unittest
30
- env:
31
- API_KEY: ${{ secrets.ETHERSCAN_API_KEY }}
32
run: |
33
- bash run_tests.sh API_KEY
+ bash run_tests.sh ${{ secrets.ETHERSCAN_API_KEY }}
34
bash <(curl -s https://codecov.io/bash)
0 commit comments