Skip to content

Commit fa1d840

Browse files
authored
Fix typo in update cache tests action (#4008)
Signed-off-by: flakey5 <[email protected]>
1 parent bd98a63 commit fa1d840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-cache-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
mv test/fixtures/tmp-cache-tests/test-engine test/fixtures/cache-tests/test-engine &&
3434
mv test/fixtures/tmp-cache-tests/results test/fixtures/cache-tests/results &&
3535
36-
rm -rf tests/fixtures/tmp-cache-tests/
36+
rm -rf test/fixtures/tmp-cache-tests/
3737
3838
- name: Create Pull Request
3939
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6

0 commit comments

Comments
 (0)