Skip to content

Commit

Permalink
add files to hash
Browse files Browse the repository at this point in the history
Signed-off-by: Mikayla Thompson <thomika@amazon.com>
  • Loading branch information
mikaylathompson committed Jun 5, 2024
1 parent 802044c commit 43f4af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2eTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Cache Docker Images
uses: ScribeMD/docker-cache@0.5.0
with:
key: docker-${{ runner.os }}-${{ hashFiles(paths) }}
key: docker-${{ runner.os }}-${{ hashFiles('TrafficCapture/dockerSolution/src/main/docker/docker-compose.yml', 'TrafficCapture/dockerSolution/build.gradle') }}

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
Expand Down

0 comments on commit 43f4af9

Please sign in to comment.