Skip to content

Commit

Permalink
fix ccipreader path (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
asoliman92 authored Jan 17, 2025
1 parent 6bb9583 commit 0c6f72d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ccip-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
name: "Fee Boosting Test"
- cmd: cd integration-tests/smoke/ccip && go test ccip_batching_test.go -timeout 12m -test.parallel=2 -count=1 -json
name: "Batching Test"
- cmd: cd integration-tests/contracts && go test ccipreader_test.go -timeout 5m -test.parallel=1 -count=1 -json
- cmd: cd integration-tests/smoke/ccip && go test ccip_reader_test.go -timeout 5m -test.parallel=1 -count=1 -json
name: "CCIPReader Test"

name: Integration Tests (${{ matrix.type.name }})
Expand Down

0 comments on commit 0c6f72d

Please sign in to comment.