diff --git a/.github/workflows/docker-test.yaml b/.github/workflows/docker-test.yaml new file mode 100644 index 0000000..3b51bc3 --- /dev/null +++ b/.github/workflows/docker-test.yaml @@ -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/docker-test.yml@1.8.0 + with: + docker_file: "Dockerfile" +