Skip to content

Commit

Permalink
bump versions one more time
Browse files Browse the repository at this point in the history
  • Loading branch information
tateexon authored and archseer committed Oct 7, 2022
1 parent 3a51ca5 commit afe9aa3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e_custom_cl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
contents: read
steps:
- name: Build Image
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/[email protected].20
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/[email protected].21
with:
cl_repo: smartcontractkit/chainlink
# by default we are integrating with develop
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Checkout the repo
uses: actions/checkout@f25a3a9f25bd5f4c5d77189cab02ff357b5aedeb # v2.4.1
- name: Run Tests
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/[email protected].20
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/[email protected].21
with:
test_command_to_run: make test_smoke
go_mod_path: ./tests/go.mod
Expand All @@ -87,6 +87,6 @@ jobs:
QA_KUBECONFIG: ${{ secrets.QA_KUBECONFIG }}
- name: cleanup
if: always()
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/[email protected].20
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/[email protected].21
with:
triggered_by: ${{ env.TEST_TRIGGERED_BY }}
4 changes: 2 additions & 2 deletions .github/workflows/soak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
contents: read
steps:
- name: Build Image
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/[email protected].20
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/[email protected].21
with:
cl_repo: smartcontractkit/chainlink
# by default we are integrating with develop
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Checkout the repo
uses: actions/checkout@f25a3a9f25bd5f4c5d77189cab02ff357b5aedeb # v2.4.1
- name: Run Tests
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/[email protected].20
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/[email protected].21
with:
test_command_to_run: make test_ocr_soak
go_mod_path: ./tests/go.mod
Expand Down

0 comments on commit afe9aa3

Please sign in to comment.