Skip to content
This repository has been archived by the owner on Mar 6, 2021. It is now read-only.

Fix: Description #78

Merged
merged 1 commit into from
Feb 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ branches:
required_approving_review_count: 1
required_status_checks:
contexts:
- "Docker Image"
- "GitHub Action"
- "Docker image (no)"
- "Docker image (yes)"
- "GitHub Action (no)"
- "GitHub Action (yes)"
strict: false
restrictions: null

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
docker-image:
name: "Run Docker image"
name: "Docker image"

runs-on: "ubuntu-latest"

Expand All @@ -31,7 +31,7 @@ jobs:
run: "docker run --interactive --rm --workdir=/app --volume ${GITHUB_WORKSPACE}:/app ${{ env.DOCKER_IMAGE }}:latest .build/composer.json --diff --indent-size=2 --indent-style=space --no-update-lock"

github-action:
name: "Run GitHub Action"
name: "GitHub Action"

runs-on: "ubuntu-latest"

Expand Down