Skip to content

Commit

Permalink
Bump fizyk/actions-reuse from 2.4.7 to 2.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
merger-application[bot] authored Oct 12, 2024
2 parents a57fe82 + 2bbffb6 commit 87322c4
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
automerge:
uses: fizyk/actions-reuse/.github/workflows/[email protected].7
uses: fizyk/actions-reuse/.github/workflows/[email protected].8
secrets:
app_id: ${{ secrets.MERGE_APP_ID }}
private_key: ${{ secrets.MERGE_APP_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ on:

jobs:
build:
uses: fizyk/actions-reuse/.github/workflows/[email protected].7
uses: fizyk/actions-reuse/.github/workflows/[email protected].8
2 changes: 1 addition & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
lint:
uses: fizyk/actions-reuse/.github/workflows/[email protected].7
uses: fizyk/actions-reuse/.github/workflows/[email protected].8
with:
mypy: true
black: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v4
- uses: fizyk/actions-reuse/.github/actions/[email protected].7
- uses: fizyk/actions-reuse/.github/actions/[email protected].8
with:
python-version: "3.12"
command: tbump --dry-run --only-patch $(pipenv run tbump current-version)"-x"
towncrier:
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- uses: fizyk/actions-reuse/.github/actions/[email protected].7
- uses: fizyk/actions-reuse/.github/actions/[email protected].8
with:
python-version: "3.12"
command: towncrier check --compare-with origin/main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- v*
jobs:
build-n-publish:
uses: fizyk/actions-reuse/.github/workflows/[email protected].7
uses: fizyk/actions-reuse/.github/workflows/[email protected].8
with:
publish: true
secrets:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests-mariadb-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,17 @@ jobs:
- name: Check MariaDB Version
run: mysqld --version
- name: Run test
uses: fizyk/actions-reuse/.github/actions/[email protected].7
uses: fizyk/actions-reuse/.github/actions/[email protected].8
with:
python-version: ${{ matrix.python-version }}
command: pytest --mysql-user=$USER -n 0 -k "not mysqlnoproc" --cov-report=xml
- name: Run xdist test
uses: fizyk/actions-reuse/.github/actions/[email protected].7
uses: fizyk/actions-reuse/.github/actions/[email protected].8
with:
python-version: ${{ matrix.python-version }}
command: pytest --mysql-user=$USER -n 1 -k "not mysqlnoproc" --cov-report=xml:coverage-xdist.xml
- name: Run noproc test
uses: fizyk/actions-reuse/.github/actions/[email protected].7
uses: fizyk/actions-reuse/.github/actions/[email protected].8
with:
python-version: ${{ matrix.python-version }}
command: pytest -n 0 -k mysqlnoproc --cov-report=xml:coverage-noproc.xml --mysql-host="127.0.0.1" --mysql-port=3333
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@ jobs:
- name: Check MySQL Version
run: mysqld --version
- name: Run test
uses: fizyk/actions-reuse/.github/actions/[email protected].7
uses: fizyk/actions-reuse/.github/actions/[email protected].8
with:
python-version: ${{ matrix.python-version }}
command: pytest -n 0 -k "not mysqlnoproc" --cov-report=xml --mysql-user=root
- name: Run xdist test
uses: fizyk/actions-reuse/.github/actions/[email protected].7
uses: fizyk/actions-reuse/.github/actions/[email protected].8
with:
python-version: ${{ matrix.python-version }}
command: pytest -n 0 -k "not mysqlnoproc" --cov-report=xml:coverage-xdist.xml --mysql-user=root
- name: Run noproc test
uses: fizyk/actions-reuse/.github/actions/[email protected].7
uses: fizyk/actions-reuse/.github/actions/[email protected].8
with:
python-version: ${{ matrix.python-version }}
command: pytest -n 0 -k mysqlnoproc --cov-report=xml:coverage-noproc.xml --mysql-host="127.0.0.1" --mysql-port=3333
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Check MySQL Version
run: mysqld --version
- name: Run test
uses: fizyk/actions-reuse/.github/actions/[email protected].7
uses: fizyk/actions-reuse/.github/actions/[email protected].8
with:
python-version: ${{ matrix.python-version }}
command: pytest -n 0 -k "not mysqlnoproc" --cov-report=xml --mysql-user=root --basetemp=/tmp/pytest_mysql
Expand All @@ -121,7 +121,7 @@ jobs:
- name: Check MySQL Version
run: mysqld --version
- name: Run test
uses: fizyk/actions-reuse/.github/actions/[email protected].7
uses: fizyk/actions-reuse/.github/actions/[email protected].8
with:
python-version: ${{ matrix.python-version }}
command: pytest --mysql-user=$USER -n 0 -k "not mysqlnoproc" --cov-report=xml --basetemp=/tmp/pytest_mysql
Expand Down

0 comments on commit 87322c4

Please sign in to comment.