Skip to content

Commit 2ada3c0

Browse files
committed
Log sk temp
1 parent b0c8ce4 commit 2ada3c0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/dev-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ jobs:
3333
- name: Lint with ruff
3434
run: uv run ruff check . --fix
3535
- name: Test package
36-
run: PAYSTACK_SECRET_KEY=${{ secrets.PAYSTACK_SECRET_KEY }} uv run python -m unittest discover tests/unit
36+
run: |
37+
echo "${{ secrets.PAYSTACK_SECRET_KEY }}"
38+
PAYSTACK_SECRET_KEY=${{ secrets.PAYSTACK_SECRET_KEY }} uv run python -m unittest discover tests/unit
3739
- name: Commit changes
3840
run: |
3941
git config --global user.name "github-actions[bot]"

0 commit comments

Comments
 (0)