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

Add cache tests #7

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Add cache tests #7

wants to merge 5 commits into from

Conversation

velioglu
Copy link
Member

Adding cache tests for

  • Python
  • GO
  • Ruby
  • actions/cache/save and actions/cache/restore

Test structure also adjusted to make adding purpose specific tests easier.

Instead of running test_image directly via OS specific workflows
running test_all in between. Reason of that change is being able
to run purpose specific tests as separate jobs easily. It is a
preperation commit for cache tests.
Adding cache tests for python. Since it is the first cache test,
adjusting workflows accordingly as well.

- New jobs are added to all tests. Restore depends on the save
- test_restore_cache and test_restore_save workflows are added
- python folder added with requirements.txt to use python cache
Adding cache tests for the golang
Adding cache tests for the ruby
Testing direct file cache with actions/cache/save
and actions/cache/restore
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