Skip to content

Commit 866bfdf

Browse files
committed
Update dev ci
1 parent 1b4280b commit 866bfdf

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

.github/workflows/dev-ci.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,9 @@ jobs:
3636
run: uv run ruff format .
3737
- name: Lint with ruff
3838
run: uv run ruff check . --fix
39-
- name: Check secret
40-
run: |
41-
if [ -z "$PAYSTACK_SECRET_KEY" ]; then
42-
echo "SECRET NOT SET"
43-
exit 1
44-
else
45-
echo "SECRET IS SET"
46-
fi
4739
- name: Test package
4840
run: |
49-
uv run python -c "import os; print('key is ->',os.environ['PAYSTACK_SECRET_KEY'])"
50-
PAYSTACK_SECRET_KEY=${{ secrets.PAYSTACK_SECRET_KEY }} uv run python -m unittest discover tests/unit
41+
uv run python -m unittest discover tests/unit
5142
- name: Commit changes
5243
run: |
5344
git config --global user.name "github-actions[bot]"

0 commit comments

Comments
 (0)