# HG changeset patch
# User Edouard Tisserant <edouard.tisserant@gmail.com>
# Date 1652786540 -7200
# Node ID 2f5b5c14a650b4e661c45f302b8bf26ced3b5740
# Parent  c8f73bd67817af4311a9ee4507a25f6fc5ced224
Tests: No need to archive test results before uploading them as action artifacts.

diff -r c8f73bd67817 -r 2f5b5c14a650 .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