Skip to content

Commit

Permalink
fix fuzz yaml paths
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Dec 17, 2024
1 parent 3544d3a commit 9913121
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
matrix:
test_group:
- {
name: 'E2E Class',
directories: './tests/end_to_end/candid_rpc/class_syntax'
name: 'Stable E2E CRPC',
directories: './examples/stable/test/end_to_end/candid_rpc'
}
- {
name: 'Property IC API',
directories: './tests/property/ic_api'
name: 'Stable Property IC API',
directories: './examples/stable/test/property/ic_api'
}
uses: ./.github/workflows/run_test.yml
with:
Expand Down

0 comments on commit 9913121

Please sign in to comment.