We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef68310 commit 18a120eCopy full SHA for 18a120e
.github/workflows/devRun.yml
@@ -32,12 +32,6 @@ jobs:
32
run: |
33
source .venv/bin/activate
34
xvfb-run pytest -m devRun --base-url ${{ vars.BASE_URL }}
35
- - name: Cache dependencies if tests pass
36
- if: success()
37
- uses: actions/cache/save@v4
38
- with:
39
- path: .venv
40
- key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
41
- name: Auto-assign reviewers
42
uses: kentaro-m/[email protected]
43
if: success()
0 commit comments