Skip to content

Commit

Permalink
require build
Browse files Browse the repository at this point in the history
  • Loading branch information
skudasov committed Dec 2, 2024
1 parent d16311a commit c92fea5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,8 @@ jobs:
# TODO: Use the docker image built in the previous step
ctf-v2-test:
runs-on: ubuntu-latest
needs:
- build-chainlink
env:
CTF_IGNORE_CRITICAL_LOGS: true
CTF_CONFIGS: environment.toml
Expand All @@ -229,8 +231,10 @@ jobs:
run: go mod download
- name: Combine CHAINLINK_IMAGE and CHAINLINK_VERSION
run: |
echo "CHAINLINK_IMAGE=${CHAINLINK_IMAGE}:${CHAINLINK_TAG}" >> $GITHUB_ENV
echo "CHAINLINK_IMAGE=${CHAINLINK_IMAGE}:${GITHUB_SHA}-plugins" >> $GITHUB_ENV
echo "Updated CHAINLINK_IMAGE: ${CHAINLINK_IMAGE}"
env:
GITHUB_SHA: ${{ github.sha }}
- name: Run tests
working-directory: integration-tests/capabilities
run: go test -v -timeout 15m -run TestWorkflow
Expand Down

0 comments on commit c92fea5

Please sign in to comment.