Skip to content

Commit e2522fb

Browse files
committed
install browsers first
1 parent 5429e1f commit e2522fb

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.github/workflows/e2e.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ jobs:
6565
args: build:linux
6666
# args: buildAll # do we want to build all?
6767

68+
- name: Install Playwright Browsers
69+
run: yarn playwright install --with-deps
70+
6871
- name: Start Grafana
6972
run: |
7073
docker-compose pull
@@ -86,9 +89,6 @@ jobs:
8689
timeout: 60000
8790
interval: 500
8891

89-
- name: Install Playwright Browsers
90-
run: yarn playwright install --with-deps
91-
9292
- name: Run Playwright tests
9393
id: run-tests
9494
run: yarn e2e
@@ -101,13 +101,5 @@ jobs:
101101
path: playwright-report/
102102
retention-days: 30
103103

104-
- name: Upload playwright videos
105-
uses: actions/upload-artifact@v4
106-
if: ${{ github.repository_owner != 'grafana' && (always() && steps.run-tests.outcome == 'success') || (failure() && steps.run-tests.outcome == 'failure') }}
107-
with:
108-
name: test-results-${{ matrix.GRAFANA_IMAGE.NAME }}-v${{ matrix.GRAFANA_IMAGE.VERSION }}-${{github.run_id}}
109-
path: test-results/
110-
retention-days: 30
111-
112104
- name: Stop grafana docker
113105
run: docker-compose down

0 commit comments

Comments
 (0)