We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8cbda4 commit 794a5b6Copy full SHA for 794a5b6
1 file changed
.github/workflows/test_and_build_docker.yml
@@ -52,6 +52,7 @@ jobs:
52
for i in 1 2 3; do
53
g-cli Caraya -- -s "Tests/Error.Propagation.Tests/Error.Propagation.Tests.lvclass" -x "reports/Error.Propagation.UnitTestReport.xml" && break
54
echo "Attempt $i failed, retrying..."
55
+ [ $i -eq 3 ] && exit 1
56
sleep 10
57
done
58
- name: Build Package
@@ -66,6 +67,7 @@ jobs:
66
67
68
vipm --labview-version 2026 build "${vipb}" && break
69
echo "Build attempt $i failed, retrying..."
70
71
72
73
0 commit comments