Skip to content

Commit

Permalink
Fix docker.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Aug 20, 2024
1 parent b754543 commit 782da2b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/check-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ concurrency: check

on:
workflow_dispatch:
schedule:
# Automatically run on every Sunday
- cron: '0 0 * * 0'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: php-actions/composer@v6

- name: Test - Start Compose
run: docker-compose up -d
run: docker compose up -d
working-directory: tests

- name: Test - RUN
Expand Down

0 comments on commit 782da2b

Please sign in to comment.