Skip to content

Commit

Permalink
added docker compose test
Browse files Browse the repository at this point in the history
  • Loading branch information
joshniemela committed Aug 18, 2024
1 parent ee50f44 commit e47ac2f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/docker-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Docker CI

on:
push:
paths:
- ".github/workflows/docker-ci.yml"
pull_request:
branches:
- main

docker:
prettier:
name: Docker compose up
runs-on: ubuntu-latest
steps:
- name: Docker compose up
run: docker compose up -d

0 comments on commit e47ac2f

Please sign in to comment.