Skip to content

Commit

Permalink
use the environment variable correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
JunAishima committed Feb 22, 2024
1 parent 1103b37 commit 445c4d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Start Redis
uses: supercharge/[email protected]
with:
redis-port: ${TEST_REDIS_PORT}
redis-port: ${{ env.TEST_REDIS_PORT }}

- name: Install package
run: python -m pip install .[test]
Expand Down

0 comments on commit 445c4d1

Please sign in to comment.