Tests: No need to archive test results before uploading them as action artifacts.
authorEdouard Tisserant <edouard.tisserant@gmail.com>
Tue, 17 May 2022 13:22:20 +0200
changeset 3465 2f5b5c14a650
parent 3464 c8f73bd67817
child 3466 eadb3a85ceb7
Tests: No need to archive test results before uploading them as action artifacts.
.github/workflows/run_tests_in_docker.yml
--- a/.github/workflows/run_tests_in_docker.yml	Tue May 17 12:34:39 2022 +0200
+++ b/.github/workflows/run_tests_in_docker.yml	Tue May 17 13:22:20 2022 +0200
@@ -52,13 +52,9 @@
         cd beremiz/tests/tools/Docker/beremiz-sikuli
         ./build_in_docker.sh
 
-    - name: Collect test results
-      run: |
-        tar cvfz /tmp/test_results.tgz ${{ github.workspace }}/test
-
     - name: Upload test resuts artifact
       uses: actions/upload-artifact@v3
       with:
         name: test_results
-        path: /tmp/test_results.tgz
+        path: ${{ github.workspace }}/test
         retention-days: 5