Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: CI

on:
push:
on:
push:
branches:
- master
tags:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
pull_request:
branches: [master]
Expand All @@ -17,7 +17,7 @@ on:

env:
VERBOSE: ${{ github.events.input.verbose }}
SUBWASM_VERSION: 0.12.0
SUBWASM_VERSION: 0.14.0
CARGO_TERM_COLOR: always


Expand Down Expand Up @@ -82,14 +82,14 @@ jobs:
run: |
cargo clean -p integritee-node
cargo build --release

# Upload artifacts
- name: Upload integritee-node
uses: actions/upload-artifact@v2
with:
name: integritee-node-${{ github.sha }}
path: target/release/integritee-node

- name: Slack Notification
uses: 8398a7/action-slack@v3
if: failure()
Expand Down Expand Up @@ -137,14 +137,14 @@ jobs:
run: |
cargo clean -p integritee-node
cargo build --release --features skip-ias-check

# Upload artifacts
- name: Upload integritee-node-dev
uses: actions/upload-artifact@v2
with:
name: integritee-node-dev-${{ github.sha }}
path: target/release/integritee-node

- name: Slack Notification
uses: 8398a7/action-slack@v3
if: failure()
Expand Down Expand Up @@ -257,7 +257,7 @@ jobs:
${{ matrix.runtime }}-metadata.json
# ${{ matrix.runtime }}-diff.txt


- name: Upload ${{ matrix.runtime }} runtime
uses: actions/upload-artifact@v2
with:
Expand Down Expand Up @@ -292,7 +292,7 @@ jobs:
# - uses: actions/download-artifact@v2
# with:
# name: integritee-node-${{ github.sha }}

# - name: 'Create binaries for artifacts'
# # Note: there is no way to pass the parachain-id to the `build-spec` cmd, which which imposes to set
# # `DEFAULT_PARA_ID=2015` in the `polkadot-parachains/command`.
Expand Down Expand Up @@ -357,7 +357,7 @@ jobs:
- name: Changelog
uses: scottbrenner/generate-changelog-action@master
id: Changelog

- name: Display structure of downloaded files
run: ls -R
working-directory: .
Expand Down