Skip to content

Commit

Permalink
Add plugins build back into CI (smartcontractkit#12054)
Browse files Browse the repository at this point in the history
  • Loading branch information
tateexon authored Feb 15, 2024
1 parent f7865e8 commit 9ed2161
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ jobs:
- name: ""
dockerfile: core/chainlink.Dockerfile
tag-suffix: ""
# - name: (plugins)
# dockerfile: plugins/chainlink.Dockerfile
# tag-suffix: -plugins
- name: (plugins)
dockerfile: plugins/chainlink.Dockerfile
tag-suffix: -plugins
name: Build Chainlink Image ${{ matrix.image.name }}
runs-on: ubuntu20.04-16cores-64GB
needs: [changes, enforce-ctf-version]
Expand Down
2 changes: 1 addition & 1 deletion plugins/chainlink.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN go install ./cmd/chainlink-feeds

WORKDIR /chainlink-data-streams
COPY --from=buildgo /chainlink-data-streams .
RUN go install ./cmd/chainlink-data-streams/mercury/cmd/chainlink-mercury
RUN go install ./mercury/cmd/chainlink-mercury

WORKDIR /chainlink-solana
COPY --from=buildgo /chainlink-solana .
Expand Down

0 comments on commit 9ed2161

Please sign in to comment.