mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 04:30:11 +01:00
ci: bump actions/checkout to v4 (#2077)
Some checks failed
release-please / release-please (push) Has been cancelled
tests / setup (push) Has been cancelled
tests / ${{ matrix.quality-command }} (black) (push) Has been cancelled
tests / ${{ matrix.quality-command }} (mypy) (push) Has been cancelled
tests / ${{ matrix.quality-command }} (ruff) (push) Has been cancelled
tests / test (push) Has been cancelled
tests / all_checks_passed (push) Has been cancelled
Some checks failed
release-please / release-please (push) Has been cancelled
tests / setup (push) Has been cancelled
tests / ${{ matrix.quality-command }} (black) (push) Has been cancelled
tests / ${{ matrix.quality-command }} (mypy) (push) Has been cancelled
tests / ${{ matrix.quality-command }} (ruff) (push) Has been cancelled
tests / test (push) Has been cancelled
tests / all_checks_passed (push) Has been cancelled
This commit is contained in:
parent
7603b3627d
commit
42628596b2
1 changed files with 3 additions and 3 deletions
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
||||||
setup:
|
setup:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- uses: ./.github/workflows/actions/install_dependencies
|
- uses: ./.github/workflows/actions/install_dependencies
|
||||||
|
|
||||||
checks:
|
checks:
|
||||||
|
|
@ -28,7 +28,7 @@ jobs:
|
||||||
- ruff
|
- ruff
|
||||||
- mypy
|
- mypy
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- uses: ./.github/workflows/actions/install_dependencies
|
- uses: ./.github/workflows/actions/install_dependencies
|
||||||
- name: run ${{ matrix.quality-command }}
|
- name: run ${{ matrix.quality-command }}
|
||||||
run: make ${{ matrix.quality-command }}
|
run: make ${{ matrix.quality-command }}
|
||||||
|
|
@ -38,7 +38,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: test
|
name: test
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- uses: ./.github/workflows/actions/install_dependencies
|
- uses: ./.github/workflows/actions/install_dependencies
|
||||||
- name: run test
|
- name: run test
|
||||||
run: make test-coverage
|
run: make test-coverage
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue