Skip to content

Commit

Permalink
debug sigstore sign resource warning
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
  • Loading branch information
lukpueh committed Mar 14, 2023
1 parent 46f2623 commit eb63de9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test-sigstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Run Sigstore Signer tests

on:
push:
branches:
- main
pull_request:
workflow_dispatch:

Expand Down
3 changes: 3 additions & 0 deletions tests/check_sigstore_signer.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
only run when explicitly invoked in a suited environment.
"""
import warnings
warnings.filterwarnings("error")

import os
import unittest

Expand Down

0 comments on commit eb63de9

Please sign in to comment.