Skip to content

Commit

Permalink
Two missing occurances
Browse files Browse the repository at this point in the history
  • Loading branch information
fizyk committed Mar 15, 2024
1 parent 7c32dbb commit b68ac45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/pytest/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ runs:
with:
elasticsearch-version: ${{ inputs.elasticsearch }}
- name: Run test
uses: fizyk/actions-reuse/.github/actions/pipenv@v2.2.1
uses: fizyk/actions-reuse/.github/actions/pipenv@v2.2.4
with:
python-version: ${{ matrix.python-version }}
command: pytest --elasticsearch-executable=$ES_HOME/bin/elasticsearch -n 0 --cov-report=xml
- name: Run xdist test
uses: fizyk/actions-reuse/.github/actions/pipenv@v2.2.1
uses: fizyk/actions-reuse/.github/actions/pipenv@v2.2.4
with:
python-version: ${{ matrix.python-version }}
command: pytest --elasticsearch-executable=$ES_HOME/bin/elasticsearch -n 1 --cov-report=xml:coverage-xdist.xml
Expand Down
1 change: 1 addition & 0 deletions newsfragments/612.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Updated two missing occurrences of fizyk/actions-reuse

0 comments on commit b68ac45

Please sign in to comment.