Skip to content

Commit f6f7fb8

Browse files
committed
Include Mento contracts in CI
1 parent b748fe9 commit f6f7fb8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616
env:
1717
# Increment these to force cache rebuilding
1818
SYSTEM_CONTRACTS_CACHE_VERSION: 3
19-
CHECKOUT_MONOREPO_CACHE_VERSION: 5
19+
CHECKOUT_MONOREPO_CACHE_VERSION: 6
2020
GO_VERSION: '1.17.5'
2121
# Location where compiled system contracts are stored under the root of this
2222
# repo.
@@ -77,6 +77,7 @@ jobs:
7777
yarn build
7878
cd packages/protocol
7979
yarn run build:sol
80+
cp build/contracts-mento/* build/contracts/ # Include mento contracts
8081
- name: Upload built system contracts
8182
if: always()
8283
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)