Skip to content

Commit

Permalink
Update downstream_nightly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ggwpez committed Nov 8, 2023
1 parent b872faf commit 85d8fbd
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/downstream_nightly.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: Integration test SDK
# Prevents accidential breackage for known downstream projects.

# This tests that Zepter passes on the Polkadot-SDK.
name: Downstream Integration

concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true

on:
push:
branches: [ "master" ]
schedule:
- cron: "0 0 * * *"

Expand All @@ -20,6 +22,7 @@ jobs:
strategy:
matrix:
repo: [polkadot-sdk]
version: [0.13.2, 0.13.3, 0.14.0]

steps:
- uses: actions/checkout@master
Expand All @@ -29,7 +32,7 @@ jobs:
fetch-depth: 1

- name: Install
run: cargo install zepter -f --locked -q --no-default-features
run: cargo install zepter --version ${{ matrix.version }} -f --locked -q --no-default-features

- name: Zepter passes
run: |
Expand Down

0 comments on commit 85d8fbd

Please sign in to comment.