Skip to content

Commit

Permalink
bump integration test name (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
makramkd authored Oct 2, 2024
1 parent 34d7f9b commit 0768135
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ccip-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Run ccip ocr3 initial deploy integration test
run: |
cd $GITHUB_WORKSPACE/chainlink/integration-tests
go test -v -run '^Test0002_InitialDeploy$' -timeout 5m ./deployment/ccip/changeset
go test -v -run '^TestInitialDeploy$' -timeout 6m ./deployment/ccip/changeset
EXITCODE=${PIPESTATUS[0]}
if [ $EXITCODE -ne 0 ]; then
echo "Integration test failed"
Expand All @@ -81,7 +81,7 @@ jobs:
- name: Run ccip ocr3 add chain integration test
run: |
cd $GITHUB_WORKSPACE/chainlink/integration-tests
go test -v -run '^TestAddChainInbound$' -timeout 5m ./deployment/ccip/
go test -v -run '^TestAddChainInbound$' -timeout 6m ./deployment/ccip/
EXITCODE=${PIPESTATUS[0]}
if [ $EXITCODE -ne 0 ]; then
echo "Integration test failed"
Expand Down

0 comments on commit 0768135

Please sign in to comment.