File tree Expand file tree Collapse file tree 8 files changed +13
-13
lines changed
Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1313
1414jobs :
1515 automerge :
16- uses : fizyk/actions-reuse/.github/workflows/shared-automerge.yml@v3.1.0
16+ uses : fizyk/actions-reuse/.github/workflows/shared-automerge.yml@v3.1.1
1717 secrets :
1818 app_id : ${{ secrets.MERGE_APP_ID }}
1919 private_key : ${{ secrets.MERGE_APP_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 88
99jobs :
1010 build :
11- uses : fizyk/actions-reuse/.github/workflows/shared-pypi.yml@v3.1.0
11+ uses : fizyk/actions-reuse/.github/workflows/shared-pypi.yml@v3.1.1
Original file line number Diff line number Diff line change 5050 steps :
5151 - uses : actions/checkout@v4
5252 - name : Run test noproc fixture on docker
53- uses : fizyk/actions-reuse/.github/actions/pipenv@v3.1.0
53+ uses : fizyk/actions-reuse/.github/actions/pipenv@v3.1.1
5454 with :
5555 python-version : ${{ matrix.python-version }}
5656 command : pytest -n 0 --max-worker-restart 0 -k docker --postgresql-host=localhost --postgresql-port 5433 --postgresql-password=postgres --cov-report=xml:coverage-docker.xml
Original file line number Diff line number Diff line change 3636 steps :
3737 - uses : actions/checkout@v4
3838 - name : Set up Pipenv on python ${{ matrix.python-version }}
39- uses : fizyk/actions-reuse/.github/actions/pipenv-setup@v3.1.0
39+ uses : fizyk/actions-reuse/.github/actions/pipenv-setup@v3.1.1
4040 with :
4141 python-version : ${{ matrix.python-version }}
4242 cache : false
@@ -54,15 +54,15 @@ jobs:
5454 if : ${{ contains(inputs.python-versions, 'pypy') }}
5555 run : sudo apt install libpq5
5656 - name : Install oldest supported versions
57- uses : fizyk/actions-reuse/.github/actions/pipenv-run@v3.1.0
57+ uses : fizyk/actions-reuse/.github/actions/pipenv-run@v3.1.1
5858 with :
5959 command : pip install -r oldest/requirements.rq
6060 - name : Run tests without xdist
61- uses : fizyk/actions-reuse/.github/actions/pipenv-run@v3.1.0
61+ uses : fizyk/actions-reuse/.github/actions/pipenv-run@v3.1.1
6262 with :
6363 command : py.test -svv -p no:xdist --postgresql-exec="/usr/lib/postgresql/${{ inputs.postgresql }}/bin/pg_ctl" -k "not docker" --cov-report=xml
6464 - name : Run xdist test
65- uses : fizyk/actions-reuse/.github/actions/pipenv-run@v3.1.0
65+ uses : fizyk/actions-reuse/.github/actions/pipenv-run@v3.1.1
6666 with :
6767 command : py.test -n auto --dist loadgroup --max-worker-restart 0 --postgresql-exec="/usr/lib/postgresql/${{ inputs.postgresql }}/bin/pg_ctl" -k "not docker" --cov-report=xml:coverage-xdist.xml
6868 - uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 66
77jobs :
88 pr-check :
9- uses : fizyk/actions-reuse/.github/workflows/shared-pr-check.yml@v3.1.0
9+ uses : fizyk/actions-reuse/.github/workflows/shared-pr-check.yml@v3.1.1
Original file line number Diff line number Diff line change 99
1010jobs :
1111 pre-commit :
12- uses : fizyk/actions-reuse/.github/workflows/shared-pre-commit.yml@v3.1.0
12+ uses : fizyk/actions-reuse/.github/workflows/shared-pre-commit.yml@v3.1.1
Original file line number Diff line number Diff line change 55 - v*
66jobs :
77 build-n-publish :
8- uses : fizyk/actions-reuse/.github/workflows/shared-pypi.yml@v3.1.0
8+ uses : fizyk/actions-reuse/.github/workflows/shared-pypi.yml@v3.1.1
99 with :
1010 publish : true
1111 secrets :
Original file line number Diff line number Diff line change 3636 steps :
3737 - uses : actions/checkout@v4
3838 - name : Set up Pipenv on python ${{ matrix.python-version }}
39- uses : fizyk/actions-reuse/.github/actions/pipenv-setup@v3.1.0
39+ uses : fizyk/actions-reuse/.github/actions/pipenv-setup@v3.1.1
4040 with :
4141 python-version : ${{ matrix.python-version }}
4242 - uses : ankane/setup-postgres@v1
@@ -53,11 +53,11 @@ jobs:
5353 if : ${{ contains(inputs.python-versions, 'pypy') }}
5454 run : sudo apt install libpq5
5555 - name : Run test
56- uses : fizyk/actions-reuse/.github/actions/pipenv-run@v3.1.0
56+ uses : fizyk/actions-reuse/.github/actions/pipenv-run@v3.1.1
5757 with :
5858 command : py.test -svv -p no:xdist --postgresql-exec="/usr/lib/postgresql/${{ inputs.postgresql }}/bin/pg_ctl" -k "not docker" --cov-report=xml
5959 - name : Run xdist test
60- uses : fizyk/actions-reuse/.github/actions/pipenv-run@v3.1.0
60+ uses : fizyk/actions-reuse/.github/actions/pipenv-run@v3.1.1
6161 with :
6262 command : py.test -n auto --dist loadgroup --max-worker-restart 0 --postgresql-exec="/usr/lib/postgresql/${{ inputs.postgresql }}/bin/pg_ctl" -k "not docker" --cov-report=xml:coverage-xdist.xml
6363 - uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments