Tests: No need to archive test results before uploading them as action artifacts.
--- 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