Skip to content

Commit

Permalink
.github/workflows/integration-tests-docker.yml: make contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
cfal committed Aug 15, 2023
1 parent 2431ed7 commit 2d83983
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integration-tests-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
- name: Checkout sources
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2

- name: Build contracts
run: mkdir -p -m 777 target/debug artifacts && make build_contracts

- name: Run Test
env:
# temp smartcontractkit/chainlink image built on branch `cosmos-test-keys`
Expand Down

0 comments on commit 2d83983

Please sign in to comment.