We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02b0c21 commit b10a9bbCopy full SHA for b10a9bb
.github/workflows/test-e2e-runtime.yaml
@@ -41,6 +41,7 @@ jobs:
41
echo "------------------ Attempt $attempt for ${{matrix.runtime}} ------------------"
42
make test-e2e-runtime runtime=${{ matrix.runtime }} && break
43
echo "------------------ failed, retrying... ------------------"
44
+ done
45
- uses: codecov/codecov-action@v5
46
with:
47
files: ./coverage.txt
0 commit comments