Skip to content

Commit efc209a

Browse files
committed
Cache test_integrations/phoenix_app/{_build,deps} too
1 parent a8ef124 commit efc209a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
path: |
5454
_build
5555
deps
56+
test_integrations/phoenix_app/_build
57+
test_integrations/phoenix_app/deps
5658
key: |
5759
${{ runner.os }}-${{ matrix.otp }}-${{ matrix.elixir }}-mix-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
5860
restore-keys: |

0 commit comments

Comments
 (0)