Skip to content

Commit

Permalink
Fix cache
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcl committed Jun 28, 2024
1 parent 3692112 commit 907cba8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run-e2e-tests-reusable-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ on:

env:
CHAINLINK_IMAGE: ${{ secrets.QA_AWS_ACCOUNT_NUMBER }}.dkr.ecr.${{ secrets.QA_AWS_REGION }}.amazonaws.com/chainlink
MOD_CACHE_VERSION: 1

jobs:
validate-inputs:
Expand Down Expand Up @@ -277,8 +278,8 @@ jobs:
/tmp/gotest.log
publish_check_name: ${{ matrix.tests.idSanitized }}
token: ${{ secrets.GH_TOKEN }}
cache_key_id: run-docker-e2e-tests-${{ env.MOD_CACHE_VERSION }}
go_mod_path: ./integration-tests/go.mod
cache_key_id: core-e2e-${{ env.MOD_CACHE_VERSION }}
cache_restore_only: "true"
QA_AWS_REGION: ${{ secrets.QA_AWS_REGION }}
QA_AWS_ROLE_TO_ASSUME: ${{ secrets.QA_AWS_ROLE_TO_ASSUME }}
Expand Down Expand Up @@ -399,6 +400,7 @@ jobs:
cl_image_tag: ${{ env.CHAINLINK_VERSION }}
token: ${{ secrets.GH_TOKEN }}
should_cleanup: false
cache_key_id: run-k8s-e2e-tests-${{ env.MOD_CACHE_VERSION }}
go_mod_path: ./integration-tests/go.mod
QA_AWS_REGION: ${{ secrets.QA_AWS_REGION }}
QA_AWS_ROLE_TO_ASSUME: ${{ secrets.QA_AWS_ROLE_TO_ASSUME }}
Expand Down

0 comments on commit 907cba8

Please sign in to comment.