Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run e2e Go tests first. #462

Merged
merged 1 commit into from Mar 4, 2024
Merged

Run e2e Go tests first. #462

merged 1 commit into from Mar 4, 2024

Commits on Mar 4, 2024

  1. Run e2e Go tests first.

    I suspect why the e2e tests are failing is because we're running this
    after the staging tests when the sigstore root has been changed to
    staging.
    
    Current the tests hardcode prod sigstore, which is likely what is causing the issues
    since we're trying to verify a prod signature with the staging root.
    TBD if this is the right thing to do (or if we should use staging instead),
    but this should hopefully fix us for the time being.
    wlynch committed Mar 4, 2024
    Copy the full SHA
    9166fff View commit details
    Browse the repository at this point in the history