Skip to content

Commit

Permalink
Add test for unicode in filepaths
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-evans authored Dec 27, 2024
1 parent ae10a4c commit 57c3137
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ jobs:
# Test
- name: Create report file
run: date +%s > report.txt
- name: Create file with unicode filename
run: date +%s > unicode→in→filename.txt
- name: Add a symlink to report.txt
run: ln -s report.txt report-symlink
- name: Add a submodule
Expand Down Expand Up @@ -209,6 +211,8 @@ jobs:
# Test
- name: Create report file
run: date +%s > report.txt
- name: Create file with unicode filename
run: date +%s > unicode→in→filename.txt
- name: Add a symlink to report.txt
run: ln -s report.txt report-symlink
- name: Add a submodule
Expand Down

0 comments on commit 57c3137

Please sign in to comment.