Skip to content

Commit c1b66ad

Browse files
committed
Add badge, test composer
1 parent 0992e40 commit c1b66ad

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,10 @@ jobs:
1313
working-directory: src
1414
run: |
1515
composer install --prefer-dist
16+
17+
- name: Start containers
18+
run: docker-compose -f "docker-compose.yml" up -d --build
19+
20+
- name: Stop containers
21+
if: always()
22+
run: docker-compose -f "docker-compose.yml" down

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Docker Compose and WordPress
33

4-
[![Build Status](https://travis-ci.org/urre/wordpress-nginx-docker-compose.svg?branch=master)](https://travis-ci.org/urre/wordpress-nginx-docker-compose)
4+
![](https://github.com/urre/wordpress-nginx-docker-compose/actions/workflows/ci.yml/badge.svg)
55

66
[![Donate](https://img.shields.io/badge/Donation-green?logo=paypal&label=Paypal)](https://www.paypal.me/urbansanden)
77

0 commit comments

Comments
 (0)