Skip to content

Commit 7d26fef

Browse files
authored
Fix path for OATS test logs (#1005)
1 parent 400e9a7 commit 7d26fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request_oats_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
if: always()
7777
with:
7878
name: Oats test logs - ${{ matrix.basename }}
79-
path: test/oats/${{ matrix.basename }}/build/*
79+
path: internal/test/oats/${{ matrix.basename }}/build/*
8080

8181
- name: Process coverage data
8282
run: make itest-coverage-data

0 commit comments

Comments
 (0)