We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b6c1f2 commit ded29deCopy full SHA for ded29de
.github/workflows/unit-test.yml
@@ -98,7 +98,7 @@ jobs:
98
max_attempts: 3
99
command: npm run test:ci:new
100
101
- - name: Run tests in ESM mode (max 3 attempts)
+ - name: Run tests in ESM mode (max 3 attempts)
102
if: ${{ matrix.new-instrumentation == 'new' && matrix.mode == 'esm' }}
103
uses: nick-fields/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4 # v2.9.0
104
with:
0 commit comments