We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc47ab9 commit ab22540Copy full SHA for ab22540
1 file changed
.github/workflows/pytest.yml
@@ -51,5 +51,6 @@ jobs:
51
- name: Test with pytest
52
env:
53
DATABASE__URL: postgres://admin:test@localhost:5432/coursereview
54
+ SECRET_KEY: 02247f40-a769-4c49-9178-4c038048e7ad
55
run: |
56
uv run pytest
0 commit comments