Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AnieeG committed Aug 21, 2024
1 parent ea98340 commit ff57ec9
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 @@ -67,8 +67,8 @@ jobs:
CL_DATABASE_URL: ${{ env.DB_URL }}
- name: Run ccip v2 integration deployment test
run: |
cd $GITHUB_WORKSPACE/ccip
go test -v ./integration-tests/deployment/...
cd $GITHUB_WORKSPACE/ccip/integration-tests
go test -v ./deployment/...
EXITCODE=${PIPESTATUS[0]}
if [ $EXITCODE -ne 0 ]; then
echo "Deployment test failed"
Expand Down

0 comments on commit ff57ec9

Please sign in to comment.