SeisoLLC / zeek-kafka

A Zeek log writer plugin that publishes to Kafka.
Apache License 2.0
45 stars 16 forks source link

Improve e2e caching #16

Open JonZeolla opened 3 years ago

JonZeolla commented 3 years ago

Summary of the issue

Right now there is always a cache hit per-runner OS, so the cache is never updated. Example here.

Expected behavior

Caches used in GitHub Actions are updated when changes are made to the docker images used for e2e testing.

Steps to reproduce

Run CI and observe the Post Run actions/cache@v2 step.