mirror of
https://github.com/ovh/the-bastion.git
synced 2025-01-06 07:22:14 +08:00
chore: tests: remove consistency check from long tests
This commit is contained in:
parent
e847a19857
commit
0f90dfef2d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
@ -6,7 +6,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tests_short:
|
tests_short:
|
||||||
name: Short (Debian 10 only)
|
name: Short (deb10 only, no cc)
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: contains(github.event.pull_request.labels.*.name, 'tests:short')
|
if: contains(github.event.pull_request.labels.*.name, 'tests:short')
|
||||||
steps:
|
steps:
|
||||||
|
@ -26,7 +26,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: run tests inside a ${{ matrix.platform }} docker
|
- name: run tests inside a ${{ matrix.platform }} docker
|
||||||
run: tests/functional/docker/docker_build_and_run_tests.sh ${{ matrix.platform }} --no-pause-on-fail
|
run: tests/functional/docker/docker_build_and_run_tests.sh ${{ matrix.platform }} --skip-consistency-check --no-pause-on-fail
|
||||||
env:
|
env:
|
||||||
DOCKER_TTY: false
|
DOCKER_TTY: false
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue