Skip to content

Commit

Permalink
enable builds
Browse files Browse the repository at this point in the history
  • Loading branch information
liamaharon committed Oct 24, 2023
1 parent a00667a commit f591de6
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/check-migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,24 +32,24 @@ jobs:
if: ${{ matrix.runtime.uri != '' }}
uses: actions/checkout@v3

# - name: Build ${{ matrix.runtime.name }}
# if: ${{ matrix.runtime.uri != '' }}
# id: srtool_build
# uses: chevdor/[email protected]
# env:
# BUILD_OPTS: "--features try-runtime"
# with:
# chain: ${{ matrix.runtime.name }}
# package: ${{ matrix.runtime.package }}
# runtime_dir: ${{ matrix.runtime.path }}
# profile: "production"
- name: Build ${{ matrix.runtime.name }}
if: ${{ matrix.runtime.uri != '' }}
id: srtool_build
uses: chevdor/[email protected]
env:
BUILD_OPTS: "--features try-runtime"
with:
chain: ${{ matrix.runtime.name }}
package: ${{ matrix.runtime.package }}
runtime_dir: ${{ matrix.runtime.path }}
profile: "production"

# - name: Build Summary
# if: ${{ matrix.runtime.uri != '' }}
# run: |
# echo '${{ steps.srtool_build.outputs.json }}' | jq . > ${{ matrix.runtime.name }}-srtool-digest.json
# cat ${{ matrix.runtime.name }}-srtool-digest.json
# echo "Runtime location: ${{ steps.srtool_build.outputs.wasm }}"
- name: Build Summary
if: ${{ matrix.runtime.uri != '' }}
run: |
echo '${{ steps.srtool_build.outputs.json }}' | jq . > ${{ matrix.runtime.name }}-srtool-digest.json
cat ${{ matrix.runtime.name }}-srtool-digest.json
echo "Runtime location: ${{ steps.srtool_build.outputs.wasm }}"
- name: Download try-runtime-cli
if: ${{ matrix.runtime.uri != '' }}
Expand Down

0 comments on commit f591de6

Please sign in to comment.