Skip to content

Commit

Permalink
Adjust mac workflow slightly
Browse files Browse the repository at this point in the history
Enforce mac testing
Swap quotations
  • Loading branch information
andreas-el committed Jan 28, 2025
1 parent 6a0336a commit b028b53
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ jobs:
secrets: inherit

test-mac-main-ert:
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') # only perform mac tests on main branch and tags
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_ert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
if: inputs.test-type == 'performance-and-unit-tests'
run: |
just ert-unit-tests
ERT_PYTEST_ARGS="-m ${{ inputs.select-string }} --cov=ert --cov=everest --cov=_ert --cov-report=xml:cov2.xml --junit-xml=junit.xml -o junit_family=legacy -v --durations=25 --benchmark-disable" just ert-doc-tests
ERT_PYTEST_ARGS='-m ${{ inputs.select-string }} --cov=ert --cov=everest --cov=_ert --cov-report=xml:cov2.xml --junit-xml=junit.xml -o junit_family=legacy -v --durations=25 --benchmark-disable' just ert-doc-tests
- name: Upload coverage to Codecov
id: codecov1
Expand Down

0 comments on commit b028b53

Please sign in to comment.