-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* normally would be localhost, but enable local testing with a different host * makes it symmetric with the port definition
- Loading branch information
1 parent
1276164
commit 1103b37
Showing
2 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,8 @@ concurrency: | |
|
||
env: | ||
FORCE_COLOR: 3 | ||
TEST_REDIS_HOST: "localhost" | ||
TEST_REDIS_PORT: 63790 | ||
|
||
jobs: | ||
pre-commit: | ||
|
@@ -55,6 +57,8 @@ jobs: | |
|
||
- name: Start Redis | ||
uses: supercharge/[email protected] | ||
with: | ||
redis-port: ${TEST_REDIS_PORT} | ||
|
||
- name: Install package | ||
run: python -m pip install .[test] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters