File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
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.0.2
16+ uses : fizyk/actions-reuse/.github/workflows/shared-automerge.yml@v3.1.0
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.2
11+ uses : fizyk/actions-reuse/.github/workflows/shared-pypi.yml@v3.1.0
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.0.2
53+ uses : fizyk/actions-reuse/.github/actions/pipenv@v3.1.0
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 66
77jobs :
88 pr-check :
9- uses : fizyk/actions-reuse/.github/workflows/shared-pr-check.yml@v3.0.2
9+ uses : fizyk/actions-reuse/.github/workflows/shared-pr-check.yml@v3.1.0
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.2
12+ uses : fizyk/actions-reuse/.github/workflows/shared-pre-commit.yml@v3.1.0
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.2
8+ uses : fizyk/actions-reuse/.github/workflows/shared-pypi.yml@v3.1.0
99 with :
1010 publish : true
1111 secrets :
You can’t perform that action at this time.
0 commit comments