Skip to content

Commit

Permalink
Improve CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed May 3, 2024
1 parent 159785f commit 1e2a053
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,22 +71,6 @@ jobs:
recipe: .bibop/webkaos.recipe .bibop/webkaos-docker.recipe
dry-run: true

DockerEntrypointUnit:
name: Docker Entrypoint Unit Test
runs-on: ubuntu-latest

steps:
- name: Checkout source code
uses: actions/checkout@v4

- name: Run entrypoint unit tests
run: |
pushd .docker
if ! ./entrypoint_test.sh ; then
./entrypoint_test.sh --verbose
fi
popd
DockerVersionCheck:
name: Docker versions check
runs-on: ubuntu-latest
Expand All @@ -102,7 +86,7 @@ jobs:
name: Docker Build Check
runs-on: ubuntu-latest

needs: [Hadolint, Shellcheck, DockerEntrypointUnit, DockerVersionCheck]
needs: [Hadolint, Shellcheck, DockerVersionCheck]

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 1e2a053

Please sign in to comment.