Skip to content

Commit f41ba74

Browse files
author
Łukasz Molski
committed
Update e2e
1 parent fcfe4cc commit f41ba74

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/e2e-local-dist.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ jobs:
132132
run: |
133133
echo "Installing test dependencies..."
134134
npm install
135-
echo "✅ Test dependencies installed" - name: Run E2E tests
135+
echo "✅ Test dependencies installed"
136+
- name: Run E2E tests
136137
working-directory: e2e/local-dist/tests
137138
timeout-minutes: ${{ fromJson(github.event.inputs.test_timeout || '10') }}
138139
run: |

0 commit comments

Comments
 (0)