Skip to content

Commit

Permalink
debugging failed builds
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispyles committed Jan 1, 2025
1 parent eba239f commit 84b10c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-docker-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
sudo apt clean
echo "After cleanup:"
df -h
du -h -d2 /
du -h -d2 /usr/local | sort -h --reverse
- name: Run tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def add_repo_dir_to_context_then_build(*args, **kwargs):
"""
temp_dir = args[0]
shutil.copytree(REPO_DIR, os.path.join(temp_dir, "__otter-grader"))
REAL_DOCKER_BUILD(*args, **kwargs) # , cache_from="type=gha", cache_to="type=gha,mode=max")
REAL_DOCKER_BUILD(*args, **kwargs, cache_from="type=gha", cache_to="type=gha,mode=max")


@pytest.fixture(autouse=True)
Expand Down

0 comments on commit 84b10c2

Please sign in to comment.