Skip to content

Commit

Permalink
TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
jgiannuzzi committed Oct 17, 2023
1 parent 6c7a2c8 commit cf32bf9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit cf32bf9

Please sign in to comment.