Skip to content

Commit

Permalink
Activate database testing in local. It should be skipped by pytest db…
Browse files Browse the repository at this point in the history
… fixture. (#2393)
  • Loading branch information
germa89 authored Oct 6, 2023
1 parent f9adc43 commit 45fb148
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 @@ -517,7 +517,7 @@ jobs:
unset PYMAPDL_START_INSTANCE
export ANSYSLMD_LICENSE_FILE=1055@${{ secrets.LICENSE_SERVER }}
export AWP_ROOT222=/ansys_inc
xvfb-run pytest -k "not test_database and not test_dpf" \
xvfb-run pytest -k "not test_dpf" \
${{ env.PYTEST_ARGUMENTS }} \
--reset_only_failed --add_missing_images \
--cov-report=xml:ubuntu-v22.2.0-local.xml
Expand Down

0 comments on commit 45fb148

Please sign in to comment.