Skip to content

Commit

Permalink
use output and test that we can indeed do this in a fail situation so…
Browse files Browse the repository at this point in the history
… we can switch it back and know it will work for a true since we already validated that we do get true in the correct place
  • Loading branch information
tateexon committed Nov 28, 2023
1 parent 9fb0979 commit 0569234
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
fi
fi
echo "should we enforce ctf version = $SHOULD_ENFORCE"
echo "should-enforce=$SHOULD_ENFORCE" >> $GITHUB_ENV
echo "should-enforce=$SHOULD_ENFORCE" >> $GITHUB_OUTPUT
- name: Enforce CTF Version
if: steps.condition-check.outputs.should-enforce == 'true'
if: steps.condition-check.outputs.should-enforce == 'false'
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/mod-version@e865e376b8c2d594028c8d645dd6c47169b72974 # v2.2.16
with:
go-project-path: ./integration-tests
Expand Down

0 comments on commit 0569234

Please sign in to comment.