Skip to content

Commit 648e6ed

Browse files
committed
try passing --path to fix tool_config file not found
1 parent b86fd5c commit 648e6ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/kani-metrics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
python-version: '3.x'
2828

2929
- name: Compute Kani Metrics
30-
run: head/scripts/run-kani.sh --run metrics
30+
run: head/scripts/run-kani.sh --run metrics --path ${{github.workspace}}/head
3131

3232
- name: Create Pull Request
3333
uses: peter-evans/create-pull-request@v7

0 commit comments

Comments
 (0)