Skip to content

Commit ce0d67e

Browse files
Add BLOCKFROST_PROJECT_ID_MAINNET to github action
1 parent 529fef6 commit ce0d67e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/package-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222
uses: actions/setup-python@v2
2323
with:
2424
python-version: ${{ matrix.python-version }}
25-
env:
26-
BLOCKFROST_PROJECT_ID_MAINNET: ${{ secrets.BLOCKFROST_PROJECT_ID_MAINNET }}
2725
- name: Install dependencies
2826
run: |
2927
python -m pip install --upgrade pip
@@ -40,5 +38,7 @@ jobs:
4038
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
4139
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
4240
- name: Test with pytest
41+
env:
42+
BLOCKFROST_PROJECT_ID_MAINNET: ${{ secrets.BLOCKFROST_PROJECT_ID_MAINNET }}
4343
run: |
4444
pytest

0 commit comments

Comments
 (0)