Skip to content

Commit

Permalink
add docker test
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Nov 3, 2023
1 parent af7fbdc commit d11e914
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/docker-test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Python package tests

on:
push:
schedule:
- cron: "0 12 * * 1"
jobs:
call-run-python-tests:
uses: openclimatefix/.github/.github/workflows/[email protected]
with:
docker_file: "Dockerfile"

0 comments on commit d11e914

Please sign in to comment.