mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 12:41:49 +02:00
Add some comments for readability.
This commit is contained in:
parent
c3e106ff1e
commit
be2ea81177
3 changed files with 4 additions and 1 deletions
2
.github/workflows/dockerhub.yml
vendored
2
.github/workflows/dockerhub.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
- name: Checkout
|
||||
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
|
||||
|
||||
build:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# This is used by Github actions to ensure docker images build properly.
|
||||
version: "3.9"
|
||||
|
||||
services:
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# This is an example. Please change the configuration variables listed here.
|
||||
|
||||
version: "3.9"
|
||||
|
||||
services:
|
||||
|
|
Loading…
Reference in a new issue