Skip to content

Commit 57c31a2

Browse files
committed
Fix path to action.yaml
1 parent 4c16905 commit 57c31a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
uses: actions/checkout@v4
146146
- name: Process Test Results
147147
id: process-test-results
148-
uses: ./src/.github/actions/process_test_results
148+
uses: ./.github/actions/process_test_results
149149
outputs:
150150
test_targets: ${{ steps.process-test-results.outputs.test_targets }}
151151

0 commit comments

Comments
 (0)