.github/workflows/run_tests_in_docker.yml
changeset 3533 49e7d2247d46
parent 3530 ec3672b7532b
child 3549 0af7b6a96c53
equal deleted inserted replaced
3532:c1a972412661 3533:49e7d2247d46
    52         cd beremiz/tests/tools/Docker/beremiz-sikuli
    52         cd beremiz/tests/tools/Docker/beremiz-sikuli
    53         ./do_test_in_docker.sh
    53         ./do_test_in_docker.sh
    54 
    54 
    55     - name: Upload test resuts artifact
    55     - name: Upload test resuts artifact
    56       uses: actions/upload-artifact@v3
    56       uses: actions/upload-artifact@v3
       
    57       if: failure()
    57       with:
    58       with:
    58         name: test_results
    59         name: test_results
    59         path: ${{ github.workspace }}/test
    60         path: ${{ github.workspace }}/test
    60         retention-days: 5
    61         retention-days: 5