Skip to content
Snippets Groups Projects
Unverified Commit 2d1fe30b authored by Samuel Guillemet's avatar Samuel Guillemet
Browse files

:ok_hand: IMPROVE: Add docker build test on CI

parent b28adbe2
No related branches found
No related tags found
1 merge request!5🚀 RELEASE: Bump to 0.1.2
......@@ -15,10 +15,10 @@ jobs:
python-version: [3.11]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
......@@ -42,3 +42,11 @@ jobs:
with:
fail_ci_if_error: true
files: ./coverage.xml, !.venv/
docker-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: docker compose build
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment