Unverified Commit 7693f741 authored by Jan Procházka's avatar Jan Procházka Committed by GitHub

Changed location of results file (#8072)

parent 224e778b
...@@ -106,6 +106,7 @@ jobs: ...@@ -106,6 +106,7 @@ jobs:
run: | run: |
git config user.name github-actions git config user.name github-actions
git config user.email github-actions@github.com git config user.email github-actions@github.com
git checkout gh-pages
git add ${{ env.RESULT_LIBRARY_TEST_FILE }} git add ${{ env.RESULT_LIBRARY_TEST_FILE }}
git commit -m "Generated External Libraries Test Results" git commit -m "Generated External Libraries Test Results"
git push git push
......
Empty file
\ No newline at end of file
...@@ -54,7 +54,7 @@ Finally, if you are sure no one else had the issue, follow the **Issue template* ...@@ -54,7 +54,7 @@ Finally, if you are sure no one else had the issue, follow the **Issue template*
### External libraries compilation test ### External libraries compilation test
We have set-up CI testing for external libraries for ESP32 Arduino core. You can check test results in the file [LIBRARIES_TEST](https://github.com/espressif/arduino-esp32/blob/master/LIBRARIES_TEST.md). We have set-up CI testing for external libraries for ESP32 Arduino core. You can check test results in the file [LIBRARIES_TEST](https://github.com/espressif/arduino-esp32/blob/gh-pages/LIBRARIES_TEST.md).
For more information and how to add your library to the test see [external library testing](https://docs.espressif.com/projects/arduino-esp32/en/latest/external_libraries_test.html) in the documentation. For more information and how to add your library to the test see [external library testing](https://docs.espressif.com/projects/arduino-esp32/en/latest/external_libraries_test.html) in the documentation.
### Contributing ### Contributing
......
...@@ -128,5 +128,5 @@ In the table the results are in order ``BEFORE -> AFTER``. ...@@ -128,5 +128,5 @@ In the table the results are in order ``BEFORE -> AFTER``.
:height: 2ex :height: 2ex
:class: no-scaled-link :class: no-scaled-link
.. _LIBRARIES_TEST.md: https://github.com/espressif/arduino-esp32/LIBRARIES_TEST.md .. _LIBRARIES_TEST.md: https://github.com/espressif/arduino-esp32/blob/gh-pages/LIBRARIES_TEST.md
.. _lib.json: https://github.com/espressif/arduino-esp32/.github/workflow/lib.json .. _lib.json: https://github.com/espressif/arduino-esp32/.github/workflow/lib.json
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment