Skip to content

Commit

Permalink
Does compose still work in ubuntu-latest?
Browse files Browse the repository at this point in the history
  • Loading branch information
crummy committed Apr 2, 2024
1 parent 59cf2ed commit 3e5ba75
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,11 @@ jobs:
uses: ./.github/workflows/deploy.yml@main
with:
environment: pre-release

check-docker-compose:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Check Docker Compose
run: docker-compose --version

0 comments on commit 3e5ba75

Please sign in to comment.