Skip to content

Commit 15600a5

Browse files
committed
Use actions from .github
1 parent 9b59853 commit 15600a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/k8s-e2e.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: (k8s package) E2E tests
22
on:
33
pull_request:
44

5-
5+
66
concurrency:
77
group: e2e-tests-k8s-${{ github.ref }}
88
cancel-in-progress: true
@@ -74,7 +74,7 @@ jobs:
7474
- name: Load Nix
7575
run: nix develop -c sh -c "cd lib &&go mod download"
7676
- name: Setup environment
77-
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/setup-run-tests-environment@d2f9642bcc24a73400568756f24b72c188ac7a9a # v2.3.31
77+
uses: smartcontractkit/.github/actions/ctf-setup-run-tests-environment@49cb1613e96c9ce17f7290e4dabd38f43aa9bd4d # [email protected]
7878
with:
7979
go_mod_path: go.mod
8080
QA_AWS_REGION: ${{ secrets.QA_AWS_REGION }}
@@ -84,7 +84,7 @@ jobs:
8484
- name: Run Tests
8585
env:
8686
LOCAL_CHARTS: true
87-
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@d2f9642bcc24a73400568756f24b72c188ac7a9a # v2.3.31
87+
uses: smartcontractkit/.github/actions/ctf-run-tests@b8731364b119e88983e94b0c4da87fc27ddb41b8 # [email protected]
8888
with:
8989
cl_repo: ${{ env.CHAINLINK_IMAGE }}
9090
cl_image_tag: ${{ env.CHAINLINK_VERSION }}

0 commit comments

Comments
 (0)