Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcl committed Jul 15, 2024
1 parent f879a1a commit 15bb28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ jobs:
runId: ${{ github.run_id }}
testLogCollect: ${{ vars.TEST_LOG_COLLECT }}
selectedNetworks: SIMULATED_1,SIMULATED_2
chainlinkVersion: ${{ github.sha }}
chainlinkVersion: ${{ inputs.evm-ref || github.sha }}
logstreamLogTargets: ${{ vars.LOGSTREAM_LOG_TARGETS }}

## Run this step when changes that require tests to be run are made
Expand Down

0 comments on commit 15bb28b

Please sign in to comment.