Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable task caching #39

Merged
merged 3 commits into from
Jul 22, 2024
Merged

Disable task caching #39

merged 3 commits into from
Jul 22, 2024

Conversation

aSemy
Copy link
Contributor

@aSemy aSemy commented Jul 22, 2024

Disable task caching for Dev Publish tasks.

Caching Dev Publish tasks is not useful, because they only relocate files, and do not do any computation, or should always be re-run (computing checksums for up-to-date checks).

Additional, refactor the test utils to make the tests more stable. (Use a distinct directory for each test project, and use a stable project-name.)

The DevPublish tasks only relocates files. Caching the tasks is wasteful and slow.
@aSemy aSemy added this pull request to the merge queue Jul 22, 2024
Merged via the queue into main with commit b4875f3 Jul 22, 2024
4 checks passed
@aSemy aSemy deleted the feat/disable-task-caching branch July 22, 2024 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant