diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/.gitattributes | 1 | ||||
-rw-r--r-- | .github/workflows/qatest.yaml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/.gitattributes b/.github/workflows/.gitattributes new file mode 100644 index 0000000000..6dc1cca42a --- /dev/null +++ b/.github/workflows/.gitattributes @@ -0,0 +1 @@ +qatest.yaml -text eol=crlf diff --git a/.github/workflows/qatest.yaml b/.github/workflows/qatest.yaml index dd42f28c88..08c4fd4e29 100644 --- a/.github/workflows/qatest.yaml +++ b/.github/workflows/qatest.yaml @@ -572,4 +572,4 @@ jobs: # uses: actions/upload-artifact@v4 # with: # name: test-results-${{ matrix.runner }} - # path: ${{ matrix.install-path }}/regressionTest/test_results.html + # path: ${{ matrix.install-path }}/regressionTest/test_results.html
\ No newline at end of file |