Skip to content

Commit

Permalink
Dev/robin/10153 merge requires config (#29)
Browse files Browse the repository at this point in the history
* testing the Merge Requires workflow

* force fail on-failure

---------

Co-authored-by: Robin Bryce <[email protected]>
  • Loading branch information
robinbryce and Robin Bryce authored Nov 14, 2024
1 parent d25e756 commit 8b1879d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/merge-requires.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
steps:
- run: echo 'One or more configured repository checks failed'
- run: |
echo 'One or more configured repository checks failed'
exit 1
3 changes: 3 additions & 0 deletions unittests/test_create_hashed_signed_statement.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ def test_sign_and_verify_statement(self):
tests we can also verifiy that signed statement.
"""

# XXX: TODO: Testing CI/CD infra
assert False is True

# create the signed statement
signing_key = SigningKey.generate(curve=NIST256p)

Expand Down

0 comments on commit 8b1879d

Please sign in to comment.