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 da3c415
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/docker-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Docker CI

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

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

0 comments on commit da3c415

Please sign in to comment.