We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f14ef45 commit ef062e8Copy full SHA for ef062e8
.github/workflows/kani-metrics.yml
@@ -26,7 +26,9 @@ jobs:
26
python-version: '3.x'
27
28
- name: Compute Kani Metrics
29
- run: ./scripts/run-kani.sh --run metrics --with-autoharness --path ${{github.workspace}}
+ run: |
30
+ ./scripts/run-kani.sh --run metrics --with-autoharness --path ${{github.workspace}}
31
+ rm kani-list.json
32
33
- name: Create Pull Request
34
uses: peter-evans/create-pull-request@v7
0 commit comments