File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.0.1
16+ uses : fizyk/actions-reuse/.github/workflows/shared-automerge.yml@v3.0.2
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.0.1
11+ uses : fizyk/actions-reuse/.github/workflows/shared-pypi.yml@v3.0.2
Original file line number Diff line number Diff line change 5454 with :
5555 python-version : ${{ matrix.python-version }}
5656 - name : Run test noproc fixture on docker
57- uses : fizyk/actions-reuse/.github/actions/pipenv@v3.0.1
57+ uses : fizyk/actions-reuse/.github/actions/pipenv@v3.0.2
5858 with :
5959 python-version : ${{ matrix.python-version }}
6060 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 66
77jobs :
88 pr-check :
9- uses : fizyk/actions-reuse/.github/workflows/shared-pr-check.yml@v3.0.1
9+ uses : fizyk/actions-reuse/.github/workflows/shared-pr-check.yml@v3.0.2
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.0.1
12+ uses : fizyk/actions-reuse/.github/workflows/shared-pre-commit.yml@v3.0.2
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.0.1
8+ uses : fizyk/actions-reuse/.github/workflows/shared-pypi.yml@v3.0.2
99 with :
1010 publish : true
1111 secrets :
Original file line number Diff line number Diff line change @@ -53,12 +53,12 @@ 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@v3.0.1
56+ uses : fizyk/actions-reuse/.github/actions/pipenv@v3.0.2
5757 with :
5858 python-version : ${{ matrix.python-version }}
5959 command : py.test -svv -p no:xdist --postgresql-exec="/usr/lib/postgresql/${{ inputs.postgresql }}/bin/pg_ctl" -k "not docker" --cov-report=xml
6060 - name : Run xdist test
61- uses : fizyk/actions-reuse/.github/actions/pipenv@v3.0.1
61+ uses : fizyk/actions-reuse/.github/actions/pipenv@v3.0.2
6262 with :
6363 python-version : ${{ matrix.python-version }}
6464 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
You can’t perform that action at this time.
0 commit comments