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 648e6ed commit 320f668Copy full SHA for 320f668
.github/workflows/kani-metrics.yml
@@ -17,7 +17,6 @@ jobs:
17
- name: Checkout Repository
18
uses: actions/checkout@v4
19
with:
20
- path: head
21
submodules: true
22
23
# The Kani metrics collection uses a Python script (kani_std_analysis.py), so make sure Python is installed
@@ -27,12 +26,11 @@ jobs:
27
26
python-version: '3.x'
28
29
- name: Compute Kani Metrics
30
- run: head/scripts/run-kani.sh --run metrics --path ${{github.workspace}}/head
+ run: ./scripts/run-kani.sh --run metrics --path ${{github.workspace}}
31
32
- name: Create Pull Request
33
uses: peter-evans/create-pull-request@v7
34
35
- token: ${{ secrets.GITHUB_TOKEN }}
36
commit-message: Update Kani metrics
37
title: 'Update Kani Metrics'
38
body: |
0 commit comments