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

Commits on Nov 14, 2024

  1. Run test_all instead of test_image via OS specific workflows

    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.
    velioglu committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    8e444e8 View commit details
    Browse the repository at this point in the history
  2. Add first cache tests - python cache

    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
    velioglu committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    38a4c4e View commit details
    Browse the repository at this point in the history
  3. Add golang cache tests

    Adding cache tests for the golang
    velioglu committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    5db5439 View commit details
    Browse the repository at this point in the history
  4. Add ruby cache tests

    Adding cache tests for the ruby
    velioglu committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    a932e8f View commit details
    Browse the repository at this point in the history
  5. Add tests for actions/cache action

    Testing direct file cache with actions/cache/save
    and actions/cache/restore
    velioglu committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    57d7857 View commit details
    Browse the repository at this point in the history