File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -38,19 +38,13 @@ jobs:
3838 - name : Install uv
3939 uses : astral-sh/setup-uv@v7
4040
41- - name : Poetry caches
42- uses : actions/cache@v4
43- with :
44- path : |
45- ~/.cache/
46- key : ${{ hashFiles('uv.lock') }}
47-
4841 - name : Install deps
4942 run : uv sync --all-groups
5043
5144 - name : Run tests
5245 run : uv run pytest
5346 env :
47+ PY_COLORS : 1
5448 COVERAGE_COMMENT_E2E_GITHUB_TOKEN_USER_1 : ${{ secrets.COVERAGE_COMMENT_E2E_GITHUB_TOKEN_USER_1 }}
5549 COVERAGE_COMMENT_E2E_GITHUB_TOKEN_USER_2 : ${{ secrets.COVERAGE_COMMENT_E2E_GITHUB_TOKEN_USER_2 }}
5650 COVERAGE_COMMENT_E2E_ACTION_REF : ${{ github.sha }}
Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ jobs:
104104 - name : Run end-to-end tests
105105 run : uv run pytest tests/end_to_end
106106 env :
107+ PY_COLORS : 1
107108 COVERAGE_COMMENT_E2E_GITHUB_TOKEN_USER_1 : ${{ secrets.COVERAGE_COMMENT_E2E_GITHUB_TOKEN_USER_1 }}
108109 COVERAGE_COMMENT_E2E_GITHUB_TOKEN_USER_2 : ${{ secrets.COVERAGE_COMMENT_E2E_GITHUB_TOKEN_USER_2 }}
109110 COVERAGE_COMMENT_E2E_ACTION_REF : ${{ steps.extract_commit.outputs.COMMIT_ID }}
You can’t perform that action at this time.
0 commit comments