Skip to content

Commit

Permalink
CI: Test docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
mferrera committed Jan 3, 2025
1 parent d98b62d commit f5fad14
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/ci-fmudataio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
- cron: "0 0 * * *"

jobs:
build_pywheels:
name: PY ${{ matrix.python-version }} on ${{ matrix.os }}
run_tests:
name: Python ${{ matrix.python-version }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down Expand Up @@ -43,3 +43,12 @@ jobs:

- name: Full test
run: pytest -v

docker_build:
name: Build Docker image
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v4

- name: Test Docker image can build
run: docker build .

0 comments on commit f5fad14

Please sign in to comment.