Skip to content

Commit

Permalink
CI: add debug flag to failing attest commands (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Dec 14, 2023
1 parent b0e8ca1 commit f358e25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sub_test_trails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
--name=dashboard.snyk-scan \
--scan-results=snyk.json \
--trail="${GITHUB_SHA}" \
--dry-run
--debug
lint:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -141,5 +141,5 @@ jobs:
--github-token=${{ secrets.GITHUB_TOKEN }} \
--name=dashboard.pull-request \
--trail="${GITHUB_SHA}" \
--dry-run
--debug

0 comments on commit f358e25

Please sign in to comment.