Skip to content

Commit

Permalink
Fix select-string
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindjahren committed Jan 29, 2025
1 parent 6a0336a commit b868980
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_ert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
type: string
select-string:
type: string
default: "''"
default: '""'

env:
ERT_SHOW_BACKTRACE: 1
Expand Down 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 b868980

Please sign in to comment.