burrunan / gradle-cache-action

GitHub Action to properly cache ~/.gradle folder
Apache License 2.0
150 stars 13 forks source link

Add integration tests #7

Open vlsi opened 4 years ago

vlsi commented 4 years ago

There are tests which execute modules in isolation, however, there's no test that verifies that the action works in a real GitHub environment.

It would probably be great to have test-only Actions Workflows that verify if the action works properly.