Skip to content

Commit

Permalink
8th time's the charm
Browse files Browse the repository at this point in the history
  • Loading branch information
jstvz committed Nov 16, 2024
1 parent 6a6385c commit d0d4831
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/slow_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Delete scratch org
if: always()
run: |
cci org scratch_delete pytest
uv run cci org scratch_delete pytest
robot_ui:
name: "Robot: ${{ matrix.job-name }}"
runs-on: SFDO-Tooling-Ubuntu
Expand All @@ -83,7 +83,7 @@ jobs:
cache: pip
cache-dependency-path: "pyproject.toml"
- name: Install Python dependencies
run: pip install .[test]
run: pip install .
- name: Install Salesforce CLI
run: |
mkdir sfdx
Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ coverage: ## check code coverage quickly with the default Python
$(BROWSER) htmlcov/index.html

vcr: # remake VCR cassettes and run other integration tests
cci org scratch qa pytest
cci org scratch_delete pytest
uv run cci org scratch qa pytest
uv run cci org scratch_delete pytest
find . -name \Test*.yaml | xargs rm
uv run pytest --org qa --run-slow-tests -rs --replace-vcrs

slow_tests: vcr # remake VCR cassettes and run other integration tests
cci org scratch_delete pytest
uv run cci org scratch_delete pytest
pytest integration_tests/ --org pytest -rs

docs: ## generate Sphinx HTML documentation
Expand Down

0 comments on commit d0d4831

Please sign in to comment.