Skip to content

Commit

Permalink
ci: try_docker_compose up
Browse files Browse the repository at this point in the history
  • Loading branch information
altergui committed Sep 26, 2023
1 parent b1528a8 commit 96f6f1b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
jobs:
try_docker_compose:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- run: timeout 300 docker compose up

0 comments on commit 96f6f1b

Please sign in to comment.