Skip to content

Commit

Permalink
red test
Browse files Browse the repository at this point in the history
  • Loading branch information
rzadp committed Sep 10, 2024
1 parent e603305 commit 9fa59a3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: CI
on:
pull_request:
push:
branches:
- master

jobs:
test:
Expand Down Expand Up @@ -84,5 +82,5 @@ jobs:
# We expected it to fail because there are some copy-paste errors.
grep -q 'Product mismatch' ./out.txt
grep -q 'Expected "Polkadot", detected "Substrate" in line:' ./out.txt
grep -q 'Expected "Polkadot", detected "Cumulus" in line:' ./out.txt
working-directory: polkadot

0 comments on commit 9fa59a3

Please sign in to comment.