diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 21d3a9346..d44f1488e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -180,6 +180,7 @@ jobs: if: steps.cache.outputs.cache-hit != 'true' run: docker run --rm -v fml-integration-tests_go-cache:/cache -v $(pwd):/dst alpine tar cf /dst/go-cache.tar -C /cache . + # TODO proper caching python-integration-tests: if: github.event_name == 'schedule' || github.event_name == 'push' || github.event.pull_request.head.repo.id != github.event.pull_request.base.repo.id name: Python Integration Tests @@ -310,6 +311,7 @@ jobs: name: fasttrackml-wheels path: wheelhouse/*.whl + # TODO add Go build cache build-image: if: github.event_name == 'schedule' || github.event_name == 'push' || github.event.pull_request.head.repo.id != github.event.pull_request.base.repo.id name: Build container image