Skip to content

chadelofson/01_06-caching-between-workflow-runs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

01_06-caching-between-workflow-runs

Use these files to demonstrate caching between workflow runs.

  1. Create a new repo.
  2. Add the files from this directory to the root of the new repo.
  3. Move the follwing files into the .github/workflows directory in the new repo:
    build-hugo-no-cache.yml
    build-hugo-with-cache.yml
    
  4. On the Actions tab, use the dispatch trigger to run each workflow.
  5. Wait until the workflows complete. Make a note of the time it took the worflows to run.
  6. Re-run each workflow using the dispatch trigger.
  7. Compare the new runtime of each workflow. The runtime for the cached workflow should be reduced in comparision to its previous run.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published