We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcfe4cc commit f41ba74Copy full SHA for f41ba74
.github/workflows/e2e-local-dist.yml
@@ -132,7 +132,8 @@ jobs:
132
run: |
133
echo "Installing test dependencies..."
134
npm install
135
- echo "✅ Test dependencies installed" - name: Run E2E tests
+ echo "✅ Test dependencies installed"
136
+ - name: Run E2E tests
137
working-directory: e2e/local-dist/tests
138
timeout-minutes: ${{ fromJson(github.event.inputs.test_timeout || '10') }}
139
0 commit comments