ci: Make repetitive command the default one
This commit is contained in:
parent
317a4c48f0
commit
cce0456304
@ -9,7 +9,8 @@ inputs:
|
|||||||
required: true
|
required: true
|
||||||
command:
|
command:
|
||||||
description: 'A command to run in a container'
|
description: 'A command to run in a container'
|
||||||
required: true
|
required: false
|
||||||
|
default: ./ci/ci.sh
|
||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
|
22
.github/workflows/ci.yml
vendored
22
.github/workflows/ci.yml
vendored
@ -104,8 +104,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
dockerfile: ./ci/linux-debian.Dockerfile
|
dockerfile: ./ci/linux-debian.Dockerfile
|
||||||
tag: linux-debian-image
|
tag: linux-debian-image
|
||||||
command: >
|
|
||||||
./ci/ci.sh
|
|
||||||
|
|
||||||
- run: cat tests.log || true
|
- run: cat tests.log || true
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
@ -154,8 +152,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
dockerfile: ./ci/linux-debian.Dockerfile
|
dockerfile: ./ci/linux-debian.Dockerfile
|
||||||
tag: linux-debian-image
|
tag: linux-debian-image
|
||||||
command: >
|
|
||||||
./ci/ci.sh
|
|
||||||
|
|
||||||
- run: cat tests.log || true
|
- run: cat tests.log || true
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
@ -200,8 +196,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
dockerfile: ./ci/linux-debian.Dockerfile
|
dockerfile: ./ci/linux-debian.Dockerfile
|
||||||
tag: linux-debian-image
|
tag: linux-debian-image
|
||||||
command: >
|
|
||||||
./ci/ci.sh
|
|
||||||
|
|
||||||
- run: cat tests.log || true
|
- run: cat tests.log || true
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
@ -254,8 +248,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
dockerfile: ./ci/linux-debian.Dockerfile
|
dockerfile: ./ci/linux-debian.Dockerfile
|
||||||
tag: linux-debian-image
|
tag: linux-debian-image
|
||||||
command: >
|
|
||||||
./ci/ci.sh
|
|
||||||
|
|
||||||
- run: cat tests.log || true
|
- run: cat tests.log || true
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
@ -300,8 +292,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
dockerfile: ./ci/linux-debian.Dockerfile
|
dockerfile: ./ci/linux-debian.Dockerfile
|
||||||
tag: linux-debian-image
|
tag: linux-debian-image
|
||||||
command: >
|
|
||||||
./ci/ci.sh
|
|
||||||
|
|
||||||
- run: cat tests.log || true
|
- run: cat tests.log || true
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
@ -346,8 +336,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
dockerfile: ./ci/linux-debian.Dockerfile
|
dockerfile: ./ci/linux-debian.Dockerfile
|
||||||
tag: linux-debian-image
|
tag: linux-debian-image
|
||||||
command: >
|
|
||||||
./ci/ci.sh
|
|
||||||
|
|
||||||
- run: cat tests.log || true
|
- run: cat tests.log || true
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
@ -402,8 +390,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
dockerfile: ./ci/linux-debian.Dockerfile
|
dockerfile: ./ci/linux-debian.Dockerfile
|
||||||
tag: linux-debian-image
|
tag: linux-debian-image
|
||||||
command: >
|
|
||||||
./ci/ci.sh
|
|
||||||
|
|
||||||
- run: cat tests.log || true
|
- run: cat tests.log || true
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
@ -459,8 +445,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
dockerfile: ./ci/linux-debian.Dockerfile
|
dockerfile: ./ci/linux-debian.Dockerfile
|
||||||
tag: linux-debian-image
|
tag: linux-debian-image
|
||||||
command: >
|
|
||||||
./ci/ci.sh
|
|
||||||
|
|
||||||
- run: cat tests.log || true
|
- run: cat tests.log || true
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
@ -517,8 +501,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
dockerfile: ./ci/linux-debian.Dockerfile
|
dockerfile: ./ci/linux-debian.Dockerfile
|
||||||
tag: linux-debian-image
|
tag: linux-debian-image
|
||||||
command: >
|
|
||||||
./ci/ci.sh
|
|
||||||
|
|
||||||
- run: cat tests.log || true
|
- run: cat tests.log || true
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
@ -573,8 +555,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
dockerfile: ./ci/linux-debian.Dockerfile
|
dockerfile: ./ci/linux-debian.Dockerfile
|
||||||
tag: linux-debian-image
|
tag: linux-debian-image
|
||||||
command: >
|
|
||||||
./ci/ci.sh
|
|
||||||
|
|
||||||
- run: cat tests.log || true
|
- run: cat tests.log || true
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
@ -736,8 +716,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
dockerfile: ./ci/linux-debian.Dockerfile
|
dockerfile: ./ci/linux-debian.Dockerfile
|
||||||
tag: linux-debian-image
|
tag: linux-debian-image
|
||||||
command: >
|
|
||||||
./ci/ci.sh
|
|
||||||
|
|
||||||
- run: cat tests.log || true
|
- run: cat tests.log || true
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user