Skip to content

Commit 4070e52

Browse files
Fixed CI GitHub failing issue on windows
1 parent eb5c0f6 commit 4070e52

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ jobs:
1414
runs-on: ${{ matrix.operating-system }}
1515

1616
steps:
17-
- name: Checkout
18-
uses: actions/checkout@v2
19-
2017
- name: Set git to use LF on Windows
2118
if: matrix.operating-system == 'windows-latest'
2219
run: |
2320
git config --global core.autocrlf false
2421
git config --global core.eol lf
2522
23+
- name: Checkout
24+
uses: actions/checkout@v2
25+
2626
- name: Setup PHP, with composer and extensions
2727
uses: shivammathur/setup-php@v2
2828
with:

0 commit comments

Comments
 (0)