Add some comments for readability.

This commit is contained in:
Alexis Métaireau 2021-10-17 15:50:28 +02:00
parent c3e106ff1e
commit be2ea81177
3 changed files with 4 additions and 1 deletions

View file

@ -15,7 +15,7 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Test image - name: Test image # Checks we are able to run the container.
run: docker compose -f docker-compose.test.yml run sut run: docker compose -f docker-compose.test.yml run sut
build: build:

View file

@ -1,3 +1,4 @@
# This is used by Github actions to ensure docker images build properly.
version: "3.9" version: "3.9"
services: services:

View file

@ -1,3 +1,5 @@
# This is an example. Please change the configuration variables listed here.
version: "3.9" version: "3.9"
services: services: