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 1f97bd5 commit 746592c
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/ci-fmudataio.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and test fmu-dataio
name: Test

on:
pull_request:
Expand All @@ -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 746592c

Please sign in to comment.